Methods Summary |
---|
public java.lang.String | getItemName()Getter for the property itemName.
return this.itemName;
|
public float | getPrice()Getter for the property price.
return this.price;
|
public void | setItemName(java.lang.String itemName)Setter for the property itemName.
this.itemName = itemName;
|
public void | setPrice(float price)Setter for the property price.
this.price = price;
|