adamteddychang / catalog-of-my-things

2 stars 1 forks source link

[0.5pt] All Item Class Properties - setup (Group Task) #48

Open adamteddychang opened 2 years ago

adamteddychang commented 2 years ago

All Item class properties visible in the diagram should be defined and set up in the constructor method. Exception: properties for the 1-to-many relationships should NOT be set in the constructor method. Instead, they should have a custom setter method created.