|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--com.ibm.retail.saf.provider.POSInfoImpl | +--com.ibm.retail.saf.provider.DefaultLineItem | +--com.ibm.retail.saf.provider.DefaultReceiptLineItem
Implements the ReceiptLineItem interface.
Field Summary | |
---|---|
protected java.lang.String |
description
|
protected java.lang.String |
extendedPrice
|
protected java.lang.String |
unitPrice
|
Fields inherited from class java.util.HashMap |
---|
|
Fields inherited from class java.util.AbstractMap |
---|
|
Constructor Summary | |
---|---|
DefaultReceiptLineItem()
|
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 extendedPrice)
Set the extended price of the item. |
void |
setUnitPrice(java.lang.String unitPrice)
Set the unit price of the item. |
Methods inherited from class com.ibm.retail.saf.provider.DefaultLineItem |
---|
getItemIdentifier, getQuantity, setItemIdentifier, setQuantity |
Methods inherited from class com.ibm.retail.saf.provider.POSInfoImpl |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
protected java.lang.String description
protected java.lang.String unitPrice
protected java.lang.String extendedPrice
Constructor Detail |
public DefaultReceiptLineItem()
Method Detail |
public java.lang.String getDescription()
ReceiptLineItem
getDescription
in interface ReceiptLineItem
public void setDescription(java.lang.String description)
ReceiptLineItem
setDescription
in interface ReceiptLineItem
description
- The description to set.public java.lang.String getExtendedPrice()
ReceiptLineItem
getExtendedPrice
in interface ReceiptLineItem
public void setExtendedPrice(java.lang.String extendedPrice)
ReceiptLineItem
setExtendedPrice
in interface ReceiptLineItem
extendedPrice
- The extendedPrice to set.public java.lang.String getUnitPrice()
ReceiptLineItem
getUnitPrice
in interface ReceiptLineItem
public void setUnitPrice(java.lang.String unitPrice)
ReceiptLineItem
setUnitPrice
in interface ReceiptLineItem
unitPrice
- The unitPrice to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |