devMunyi / catalog-of-my-things

MIT License
2 stars 0 forks source link

[0.5pt] All Item class properties visible in the diagram should be defined and set up in the constructor method (Group Task). #3

Closed devMunyi closed 1 year ago

devMunyi commented 1 year ago

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.