|
PageMixer demonstration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--common.BasketEntry
Container for entry in shopping basekt.
Constructor Summary | |
BasketEntry(ShoppingItem item,
int count)
|
Method Summary | |
int |
getCount()
Set count of this entry. |
static java.util.List |
getEntryList()
Return list of "BasketEntry"s. |
java.lang.String |
getID()
Get ID of ShoppingItem. |
java.lang.String |
getName()
Get name of ShoppingItem. |
java.lang.String |
getName(java.util.Locale locale)
Get localized(L18N) name of ShoppingItem. |
int |
getPrice()
Get "price" of ShoppingItem. |
void |
setCount(int count)
Get count of this entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasketEntry(ShoppingItem item, int count)
Method Detail |
public java.lang.String getID()
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
public int getPrice()
public void setCount(int count)
public int getCount()
public static java.util.List getEntryList()
|
PageMixer demonstration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |