ã¾ãã¯ã·ã³ãã«ãªItemã¯ã©ã¹ã public class Item { private String name = null; private double price = 0.0; private String descr = ""; public Item(String name, double price) { this.name = name; this.price = price; } public Item() { } public String getName() { return name; } public double getPrice() { return price; } public String getDescr() { return descr; } public void setDescr(String descr) { this.descr = desc
{{#tags}}- {{label}}
{{/tags}}