mkabdullahi / EasyRide

A car rental service project Software Engineering SH2017
0 stars 1 forks source link

create domain model classes #3

Open ZsoltToth opened 7 years ago

ZsoltToth commented 7 years ago

Create domain model POJOs in the core module under the model package.

These model classes have to represent to business objects in your application. Design of these classes should be a team work.

These model classes should be able to validate themselves and throw domain specific exceptions. For example, A Person object should throw exception when the birth date is set to the future.

Use Collection<>'s and enumerations if it is possible.

mkabdullahi commented 7 years ago

Dear Collaborators, Kindly review my implementations and comments your opinions, also I think, since majority of us stays on campus (i.e Egyetemváros) I suggest to make a quick meeting/online meeting during weekends.

Regards, Habibu