| olstore.form.DemoBaseForm olstore.form.CheckoutForm
getCartEntries | public ArrayList getCartEntries()(Code) | | Returns a reference to the internal Properties, use wisely
|
getCartItem | public ShoppingCartItem getCartItem(int index)(Code) | | This autoincrements the size of the vector, so will not return null
. This is necessary as the struts auto-populater expects
non-null to be retured, and we don't know how many it will
request.
|
getNumItems | public int getNumItems()(Code) | | |
reset | public void reset()(Code) | | |
setNumItems | public void setNumItems(int num)(Code) | | |
|
|