common
Class BasketEntry
java.lang.Object
|
+--common.BasketEntry
- public synchronized class BasketEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasketEntry
public BasketEntry(ShoppingItem,
int)
getID
public java.lang.String getID()
getName
public java.lang.String getName()
getName
public java.lang.String getName(java.util.Locale)
getPrice
public int getPrice()
setCount
public void setCount(int)
getCount
public int getCount()
getEntryList
public static java.util.List getEntryList()