|
|||||||||||
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.POSRequestImpl | +--com.ibm.retail.saf.provider.DefaultPaymentRequest
Provides a base implementation of a PaymentRequest.
Field Summary |
---|
Fields inherited from class com.ibm.retail.saf.provider.POSRequestImpl |
---|
clientID, requestID |
Fields inherited from class java.util.HashMap |
---|
|
Fields inherited from class java.util.AbstractMap |
---|
|
Constructor Summary | |
---|---|
DefaultPaymentRequest()
|
Method Summary | |
---|---|
com.ibm.retail.saf.provider.PaymentInfo |
getPaymentInformation()
Gets the payment information provided for tendering the transaction at the point-of-sale. |
void |
setPaymentInformation(com.ibm.retail.saf.provider.PaymentInfo payment)
Sets the payment information provided for tendering the transaction at the point-of-sale. |
Methods inherited from class com.ibm.retail.saf.provider.POSRequestImpl |
---|
getClientID, getRequestIdentifier, setRequestIdentifier |
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.POSRequest |
---|
getClientID, getRequestIdentifier |
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
public DefaultPaymentRequest()
Method Detail |
public void setPaymentInformation(com.ibm.retail.saf.provider.PaymentInfo payment)
PaymentRequest
setPaymentInformation
in interface PaymentRequest
payment
- payment informationpublic com.ibm.retail.saf.provider.PaymentInfo getPaymentInformation()
PaymentRequest
getPaymentInformation
in interface PaymentRequest
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |