|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a high level interface which controls access Return Line information for the external API.
Retek Inc. Copyright (c) 2003
Method Summary | |
---|---|
java.math.BigDecimal |
getActualReturnedQty()
The quantity that was returned. |
java.math.BigDecimal |
getCalculatedExtendedAdditionalShippingCharge()
|
java.math.BigDecimal |
getCalculatedGiftServiceCharge()
Return the Charges for the Gifting services offered |
java.math.BigDecimal |
getCalculatedPersonalizationServiceCharge()
The Charges for the Personalization services offered |
java.math.BigDecimal |
getCalculatedStandardShippingCharge()
Returns the standard shipping charge. |
java.util.Date |
getCancelledDate()
The date the return line was cancelled. |
java.util.Date |
getCreateDate()
The date the return line was created |
java.math.BigDecimal |
getExpectedReturnQty()
The quantity expected to be returned. |
int |
getLineNumber()
The line number of the return line. |
ExAReturnLineType |
getLineType()
The type of return line. |
ExAOrderLine |
getOrderLine()
The parent order line that is being returned. |
java.math.BigDecimal |
getRefundExtendedAdditionalShippingCharge()
The refunded additional shipping charge multiplied by the returned quantity. |
java.math.BigDecimal |
getRefundGiftServiceCharge()
The refunded Gift service charge |
java.math.BigDecimal |
getRefundPersonalizationServiceCharge()
The refunded Personalization service charge |
java.math.BigDecimal |
getRefundStandardShippingCharge()
The refunded Standard Shipping charge. |
java.math.BigDecimal |
getReturnableQty()
The quantity that can be returned. |
java.util.Date |
getReturnedDate()
The date when the item was returned. |
ExAReturnReason |
getReturnReason()
The reason for return. |
java.util.Date |
getSalesAuditTransactionDate()
The date when the audit transaction occured. |
java.lang.String |
getState()
The state of the order line. |
java.math.BigDecimal |
getTotalRefundValueAddedServiceCharge()
The refunded VAS amount. |
java.math.BigDecimal |
getTotalValueAddedServiceCharge()
The total VAS amount. |
void |
setComment(java.lang.String comment)
Adds a comment to this ExAReturnLine. |
void |
setExpectedReturnQty(java.math.BigDecimal expectedReturnQty)
Sets the expected quantity to be returned by the customer |
void |
setReturnReason(ExAReturnReason returnReason)
Sets the return reason on the return line |
Method Detail |
public void setExpectedReturnQty(java.math.BigDecimal expectedReturnQty)
expectedReturnQty
- public void setReturnReason(ExAReturnReason returnReason)
public void setComment(java.lang.String comment)
public java.math.BigDecimal getActualReturnedQty()
public java.math.BigDecimal getCalculatedExtendedAdditionalShippingCharge()
public java.math.BigDecimal getCalculatedGiftServiceCharge()
public java.math.BigDecimal getCalculatedPersonalizationServiceCharge()
public java.math.BigDecimal getCalculatedStandardShippingCharge()
public java.util.Date getCancelledDate()
public java.util.Date getCreateDate()
public java.math.BigDecimal getExpectedReturnQty()
public int getLineNumber()
public ExAOrderLine getOrderLine()
public java.math.BigDecimal getRefundExtendedAdditionalShippingCharge()
public java.math.BigDecimal getRefundGiftServiceCharge()
public java.math.BigDecimal getRefundPersonalizationServiceCharge()
public java.math.BigDecimal getRefundStandardShippingCharge()
public java.math.BigDecimal getReturnableQty()
public java.util.Date getReturnedDate()
public ExAReturnReason getReturnReason()
public java.util.Date getSalesAuditTransactionDate()
public java.lang.String getState()
public java.math.BigDecimal getTotalRefundValueAddedServiceCharge()
public java.math.BigDecimal getTotalValueAddedServiceCharge()
public ExAReturnLineType getLineType()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |