com.ibm.retail.saf.provider
Interface LineItem

All Superinterfaces:
POSInfo, java.io.Serializable
All Known Subinterfaces:
ReceiptLineItem
All Known Implementing Classes:
DefaultLineItem, DefaultReceiptLineItem

public interface LineItem
extends POSInfo

Provides item identifier and quantity information for an item.


Method Summary
 com.ibm.retail.saf.provider.ItemIdentifier getItemIdentifier()
          Get the item identifier for this line item.
 java.lang.String getQuantity()
          Get the quantity purchased.
 void setItemIdentifier(com.ibm.retail.saf.provider.ItemIdentifier itemID)
          Set the item identifier for this line item.
 void setQuantity(java.lang.String qty)
          Set the quantity purchased.
 
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute
 

Method Detail

getItemIdentifier

public com.ibm.retail.saf.provider.ItemIdentifier getItemIdentifier()
Get the item identifier for this line item.

Returns:
item identification

getQuantity

public java.lang.String getQuantity()
Get the quantity purchased.

Returns:
quantity

setItemIdentifier

public void setItemIdentifier(com.ibm.retail.saf.provider.ItemIdentifier itemID)
Set the item identifier for this line item.


setQuantity

public void setQuantity(java.lang.String qty)
Set the quantity purchased.