|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.salesaudit.impl.remote.command.SaeExportPaymentTender
Constructor Summary | |
SaeExportPaymentTender(CustomerOrderPayment payment)
|
Method Summary | |
void |
addSalesAuditExportAmount(Money amount)
|
Money |
getAmount()
Return the amount of the tender (payment). |
CustomerOrderPayment |
getPayment()
|
java.lang.String |
getPaymentId()
Return a unique identifier that can be used for the tender as its paymentId attribute. |
java.lang.String |
getPaymentType()
Return the payment element type identifier for the tender. |
java.lang.String |
getRedemptionTenderTypeGroup()
Return the tender type group identifier for the tender for redemption tender on Sale transaction. |
java.lang.String |
getRedemptionTenderTypeId()
Return the tender type identifier for the tender. |
java.lang.String |
getRefundTenderTypeGroup()
Return the tender type group identifier for the tender for a refund tender on PaidOut transaction. |
java.lang.String |
getRefundTenderTypeId()
Return the tender type identifier for the tender for a refund tender on PaidOut transaction. |
Money |
getSalesAuditExportAmount()
|
java.lang.String |
getTenderTypeGroup()
Return the tender type group identifier for the tender. |
java.lang.String |
getTenderTypeId()
Return the tender type identifier for the tender. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SaeExportPaymentTender(CustomerOrderPayment payment) throws SystemException
Method Detail |
public CustomerOrderPayment getPayment()
public Money getAmount() throws SystemException
SaeExportTender
getAmount
in interface SaeExportTender
SystemException
public java.lang.String getPaymentId() throws SystemException
SaeExportTender
getPaymentId
in interface SaeExportTender
SystemException
public java.lang.String getPaymentType() throws SystemException
SaeExportTender
getPaymentType
in interface SaeExportTender
SystemException
SaePayment
public java.lang.String getTenderTypeGroup() throws SystemException
SaeExportTender
getTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public java.lang.String getTenderTypeId() throws SystemException
SaeExportTender
getTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public java.lang.String getRedemptionTenderTypeGroup() throws SystemException
SaeExportTender
getRedemptionTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public java.lang.String getRedemptionTenderTypeId() throws SystemException
SaeExportTender
getRedemptionTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public java.lang.String getRefundTenderTypeGroup() throws SystemException
SaeExportTender
getRefundTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public java.lang.String getRefundTenderTypeId() throws SystemException
SaeExportTender
getRefundTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public Money getSalesAuditExportAmount() throws SystemException
getSalesAuditExportAmount
in interface SaeExportTender
SystemException
public void addSalesAuditExportAmount(Money amount) throws SystemException
addSalesAuditExportAmount
in interface SaeExportTender
SystemException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |