|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PointsInfo is an interface which encapsulates the item information for an item which is sold in a transaction.
Field Summary | |
---|---|
static java.lang.String |
CLASS_KEY
|
Method Summary | |
---|---|
java.util.Collection |
getAdditionalPointsTotals()
Get any additional points represented by the event. |
java.lang.String |
getPoints()
Get the number of points represented by the event. |
java.lang.String |
getType()
Get the type of points. |
boolean |
isAwarded()
Indicates if the points are awarded. |
boolean |
isRedeemed()
Indicates if the points are redeemed. |
void |
setAdditionalPointsTotals(java.util.Collection points)
Set any additional points represented by the event. |
void |
setAwarded(boolean awarded)
Determines if the points are awarded. |
void |
setPoints(java.lang.String points)
Sets the number of points represented by the object. |
void |
setRedeemed(boolean redeemed)
Determines if the points are redeemed. |
void |
setType(java.lang.String type)
Sets the type of points. |
Methods inherited from interface com.ibm.retail.AEF.automation.LineItemInfo |
---|
addRawReceiptLine, addReceiptLine, getDescription, getRawReceiptLines, getReceiptLines, getTransaction, isDeposit, isRefunded, isVoided, setDeposit, setDescription, setRawReceiptLines, setReceiptLines, setRefunded, setTransaction, setVoided |
Methods inherited from interface com.ibm.retail.AEF.automation.BaseInfo |
---|
getBooleanPropertyValue, getIntegerPropertyValue, getProperty, getPropertyEntries, setProperty, update |
Field Detail |
public static final java.lang.String CLASS_KEY
Method Detail |
public java.lang.String getType()
public void setType(java.lang.String type)
public boolean isRedeemed()
public void setRedeemed(boolean redeemed)
public boolean isAwarded()
public void setAwarded(boolean awarded)
public java.lang.String getPoints()
public void setPoints(java.lang.String points)
public java.util.Collection getAdditionalPointsTotals()
public void setAdditionalPointsTotals(java.util.Collection points)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |