Changeset f11774e


Ignore:
Timestamp:
01/04/23 22:32:18 (18 months ago)
Author:
DarkoSasanski <darko.sasanski@…>
Branches:
main
Children:
6489bb9
Parents:
cd2209e
Message:

Added articles service

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  
    4141        this.maxquantityperlocation = maxquantityperlocation;
    4242    }
     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    }
    4350}
Note: See TracChangeset for help on using the changeset viewer.