Changeset f11774e
- Timestamp:
- 01/04/23 22:32:18 (23 months ago)
- Branches:
- main
- Children:
- 6489bb9
- Parents:
- cd2209e
- Location:
- FullyStocked/src/main/java/com/bazi/fullystocked
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FullyStocked/src/main/java/com/bazi/fullystocked/Models/Articles.java
rcd2209e rf11774e 41 41 this.maxquantityperlocation = maxquantityperlocation; 42 42 } 43 44 public Articles(String description, String articlename, String imageurl, int maxquantityperlocation) { 45 this.description = description; 46 this.articlename = articlename; 47 this.imageurl = imageurl; 48 this.maxquantityperlocation = maxquantityperlocation; 49 } 43 50 }
Note:
See TracChangeset
for help on using the changeset viewer.