edw1nzhao / cs2340_group16

CS2340 Group 16 Crowd-Sourced Water Reporting App
2 stars 1 forks source link

Add new class variable called "reports" in the User class. #64

Closed tomonarifeehan closed 7 years ago

tomonarifeehan commented 7 years ago

Add new class variable called "wsReports" in the User.java and create getter/setter. This will eventually store all the reports associated with that user. Should be of type WaterSourceReport[] I think.