PageMixer demonstration with Servlet

common
Class BasketEntry

java.lang.Object
  |
  +--common.BasketEntry

public synchronized class BasketEntry
extends java.lang.Object


Constructor Summary
BasketEntry(ShoppingItem, int)
           
 
Method Summary
 int getCount()
           
static java.util.List getEntryList()
           
 java.lang.String getID()
           
 java.lang.String getName()
           
 java.lang.String getName(java.util.Locale)
           
 int getPrice()
           
 void setCount(int)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasketEntry

public BasketEntry(ShoppingItem,
                   int)
Method Detail

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()

PageMixer demonstration with Servlet