|
|||||||||||
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.SaeExportGoodwillTender
Field Summary | |
protected Money |
paymentAmount
|
static java.lang.String |
TENDER_TYPE_GROUP
|
static java.lang.String |
TENDER_TYPE_ID
|
Constructor Summary | |
SaeExportGoodwillTender(Money paymentAmount)
|
Method Summary | |
void |
addSalesAuditExportAmount(Money amount)
|
Money |
getAmount()
Return the amount of the tender (payment). |
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 |
Field Detail |
public static final java.lang.String TENDER_TYPE_GROUP
public static final java.lang.String TENDER_TYPE_ID
protected Money paymentAmount
Constructor Detail |
public SaeExportGoodwillTender(Money paymentAmount) throws SystemException
Method Detail |
public final Money getAmount()
SaeExportTender
getAmount
in interface SaeExportTender
public final java.lang.String getPaymentId()
SaeExportTender
getPaymentId
in interface SaeExportTender
public final java.lang.String getPaymentType()
SaeExportTender
getPaymentType
in interface SaeExportTender
SaePayment
public final java.lang.String getTenderTypeGroup() throws SystemException
SaeExportTender
getTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public final java.lang.String getTenderTypeId() throws SystemException
SaeExportTender
getTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public final java.lang.String getRedemptionTenderTypeGroup() throws SystemException
SaeExportTender
getRedemptionTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public final java.lang.String getRedemptionTenderTypeId() throws SystemException
SaeExportTender
getRedemptionTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public final java.lang.String getRefundTenderTypeGroup() throws SystemException
SaeExportTender
getRefundTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public final java.lang.String getRefundTenderTypeId() throws SystemException
SaeExportTender
getRefundTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public final Money getSalesAuditExportAmount() throws SystemException
getSalesAuditExportAmount
in interface SaeExportTender
SystemException
public final 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 |