|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains price information about an item in the point-of-sale system.
Method Summary | |
---|---|
java.lang.String |
getItemDescription()
Get the item description. |
com.ibm.retail.saf.provider.ItemIdentifier |
getItemIdentifier()
Get the item identifier. |
java.lang.String |
getRegularPrice()
Get the item price. |
void |
setItemDescription(java.lang.String desc)
Set the item description. |
void |
setItemIdentifier(com.ibm.retail.saf.provider.ItemIdentifier itemID)
Set the item identifier. |
void |
setRegularPrice(java.lang.String regPrice)
Set the item price. |
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Method Detail |
public void setItemIdentifier(com.ibm.retail.saf.provider.ItemIdentifier itemID)
itemID
- item identifierpublic void setItemDescription(java.lang.String desc)
desc
- item descriptionpublic void setRegularPrice(java.lang.String regPrice)
regPrice
- regular unit pricepublic com.ibm.retail.saf.provider.ItemIdentifier getItemIdentifier()
public java.lang.String getItemDescription()
public java.lang.String getRegularPrice()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |