Create Model1.Create package com.comp424.model2.Remember to use camel case naming convention 3.Create Course class with the following attributes and their getter and settersString : NameDate : Start dateDate : End dateDouble : Tuition String : Course codeLocation : LocationBooks : List of Text BooksEnrollmentPolicy : PolicyInteger : creditsCourses : list of prerequisite courses Boolean : is it a Certificate4.Create Book class with the following attributes and their getter and settersString : TitleString : List of authorsString : ISBNDouble : price5.Create Location class with the following attributes and their getters and settersString : Street AddressString : CityString : ProvinceString : Building nameString : Room #6.Create Person classString : nameDate : Birth dateString : Phone number
Found this document preview useful?
Related Documents
Refactoring and Implementing DAOs with Java Generics and Design Patternslg...