Develop #1

Open
Fateme_Azizi wants to merge 15 commits from develop into main
Showing only changes of commit a58476f109 - Show all commits
+5
View File
@@ -12,4 +12,9 @@ public class MenuItem {
private String category;
public void setId(int id) { this.id = id; }
public void setName(String name) { this.name = name; }
public void setDescription(String description) { this.description = description; }
public void setPrice(double price) { this.price = price; }
public void setCategory(String category) { this.category = category; }
}