DavidWood2001-zz / SOFT152-Assignment

This is a repo that contains all of the files for the SOFT152 assignment, also known as the AirBnB Assignment.
0 stars 0 forks source link

Add Property class #4

Closed DavidWood2001-zz closed 4 years ago

DavidWood2001-zz commented 4 years ago

The attributes are:

  1. Property ID
  2. Property Name
  3. Host ID
  4. Host name
  5. Number of properties for host
  6. Latitude
  7. Longitude
  8. Room type
  9. Price
  10. Minimum number of nights
  11. Availability number of days; out of 365 days per year
DavidWood2001-zz commented 4 years ago

I have added the attributes, constructor and also the getters and setters (all manual not shorthand) into the class as well as starting adding some internal data validation.