|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.inventory.model.InventoryModel
This class represents the model date for the inventory. Note that this object is immutable since it is intended to be read only.
Constructor Summary | |
InventoryModel(java.lang.String itemId,
int quantity)
|
Method Summary | |
java.lang.String |
getItemId()
|
int |
getQuantity()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public InventoryModel(java.lang.String itemId, int quantity)
Method Detail |
public java.lang.String getItemId()
public int getQuantity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |