Skip to content
Snippets Groups Projects
Commit 9aaf8d18 authored by Jenny's avatar Jenny
Browse files

itemClass

parent e86d36fb
No related branches found
No related tags found
No related merge requests found
public class Item {
private String name;
private int quantity;
// dates are 6 digits in day, month, year
private int expirationDate;
private int openingDate;
private String category;
private String description;
public Item() {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment