|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the various reasons that a customer can give for returning an item and what types of charges are refunded (shipping and handling charges, value added service charges, and/or gifting charges) for the return.
Method Summary | |
java.lang.String |
getDescription()
Return the return reason description. |
boolean |
isRefundGiftingReason()
Returns true if the ReturnReason is one in which the cost of gift wrapping the line item is refundable. |
boolean |
isRefundShippingAndHandlingReason()
Returns true if the ReturnReason is one in which the cost of shipping and handling for the line item is refundable. |
boolean |
isRefundValueAddedServicesReason()
Returns true if the ReturnReason is one in which the cost of value added services for the line item are refundable. |
void |
setDescription(java.lang.String description)
Sets the return reason description. |
void |
setRefundGiftingReason(boolean refundGiftingReason)
Setter to specify if this return reason results in a refund of the gift wrapping charge |
void |
setRefundShippingAndHandlingReason(boolean refundShippingAndHandlingReason)
Setter to specify if this return reason results in a refund of the shipping and handling charge |
void |
setRefundValueAddedServicesReason(boolean refundValueAddedServicesReason)
Setter to specify if this return reason results in a refund of any value added service charges |
void |
submit()
Persists the object. |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
Methods inherited from interface com.retek.commons.component.BusinessObject |
getBusinessInterface |
Methods inherited from interface com.retek.swing11.commons.type.Displayable |
toDisplayString |
Method Detail |
public boolean isRefundGiftingReason() throws SystemException
SystemException
public boolean isRefundShippingAndHandlingReason() throws SystemException
SystemException
public boolean isRefundValueAddedServicesReason() throws SystemException
SystemException
public void setRefundGiftingReason(boolean refundGiftingReason) throws SystemException
refundGiftingReason
-
SystemException
public void setRefundShippingAndHandlingReason(boolean refundShippingAndHandlingReason) throws SystemException
SystemException
public void setRefundValueAddedServicesReason(boolean refundValueAddedServicesReason) throws SystemException
SystemException
public java.lang.String getDescription() throws SystemException
SystemException
public void setDescription(java.lang.String description) throws SystemException
description
-
SystemException
public void submit() throws SystemException, BusinessException
SystemException
BusinessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |