|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the information resulting from the sale of an item at the point-of-sale register.
This information consists of the item number, the number of units sold, the unit price, a short item description, and the extended price of the item as it would appear on a receipt.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the description of the item. |
java.lang.String |
getExtendedPrice()
Get the extended price of the item. |
java.lang.String |
getUnitPrice()
Get the unit price of the item. |
void |
setDescription(java.lang.String description)
Set the description of the item. |
void |
setExtendedPrice(java.lang.String price)
Set the extended price of the item. |
void |
setUnitPrice(java.lang.String price)
Set the unit price of the item. |
Methods inherited from interface com.ibm.retail.saf.provider.LineItem |
---|
getItemIdentifier, getQuantity, setItemIdentifier, setQuantity |
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Method Detail |
public java.lang.String getDescription()
public java.lang.String getUnitPrice()
public java.lang.String getExtendedPrice()
public void setDescription(java.lang.String description)
public void setUnitPrice(java.lang.String price)
public void setExtendedPrice(java.lang.String price)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |