com.retek.component.customer
Interface RefundOrGiftCertificateActivityRequest

All Superinterfaces:
ActivityRequest, BusinessObject, DistributedObject

public interface RefundOrGiftCertificateActivityRequest
extends ActivityRequest

This interface represents an activity request made by the customer for an order specific to a refund or giftCertificate.


Field Summary
static java.lang.String ACTION
           
static java.lang.String AMOUNT
           
static java.lang.String SUPERVISOR_NAME
           
 
Fields inherited from interface com.retek.component.customer.ActivityRequest
ADDRESS_ID, BANNER, COMMENTS, CREATE_USER_NAME, CUSTOMER_ID, CUSTOMER_ORDER_ID, DAY_TELEPHONE_ID, EMAIL_ID, EVENING_TELEPHONE_ID, NUMBER, REQUEST_TYPE
 
Method Summary
 RefundOrGiftCertificateActionType getAction()
           
 Money getAmount()
           
 java.lang.String getCertificateNumber()
           
 void setAction(RefundOrGiftCertificateActionType action)
           
 void setAmount(Money amount)
           
 void setCertificateNumber(java.lang.String certificateNumber)
           
 
Methods inherited from interface com.retek.component.customer.ActivityRequest
close, getActivityRequestType, getActivityStatusType, getAddress, getBanner, getComments, getCreateDate, getCreateUser, getCustomer, getCustomerOrder, getDayTelephone, getEmail, getEveningTelephone, getLastUpdatedDate, getLastUpdatedUser, getSupervisorName, isCallPreference, isEmailPreference, isFaxPreference, isMailPreference, setActivityStatusType, setAddress, setBanner, setCallPreference, setComments, setCustomer, setCustomerOrder, setDayTelephone, setEmail, setEmailPreference, setEveningTelephone, setFaxPreference, setMailPreference, setSupervisorName, submit
 
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
 

Field Detail

AMOUNT

public static final java.lang.String AMOUNT
See Also:
Constant Field Values

ACTION

public static final java.lang.String ACTION
See Also:
Constant Field Values

SUPERVISOR_NAME

public static final java.lang.String SUPERVISOR_NAME
See Also:
Constant Field Values
Method Detail

getCertificateNumber

public java.lang.String getCertificateNumber()
                                      throws SystemException
Throws:
SystemException

getAmount

public Money getAmount()
                throws SystemException
Throws:
SystemException

getAction

public RefundOrGiftCertificateActionType getAction()
                                            throws SystemException
Throws:
SystemException

setCertificateNumber

public void setCertificateNumber(java.lang.String certificateNumber)
                          throws SystemException
Throws:
SystemException

setAmount

public void setAmount(Money amount)
               throws SystemException
Throws:
SystemException

setAction

public void setAction(RefundOrGiftCertificateActionType action)
               throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25