public class FoodItem extends Object
FoodItem(String name, double price)
String
getName()
double
getPrice()
getPriceFormatted()
void
setName(String name)
setPrice(double price)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FoodItem(String name, double price)
public String getName()
public void setName(String name)
public double getPrice()
public void setPrice(double price)
public String getPriceFormatted()
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.