com.retek.component.customer.impl
Class RefundOrGiftCertificateActivityRequestImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.customer.impl.ActivityRequestImpl
              extended bycom.retek.component.customer.impl.RefundOrGiftCertificateActivityRequestImpl
All Implemented Interfaces:
ActivityRequest, BusinessObject, DistributedObject, RefundOrGiftCertificateActivityRequest

public class RefundOrGiftCertificateActivityRequestImpl
extends ActivityRequestImpl
implements RefundOrGiftCertificateActivityRequest


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.customer.RefundOrGiftCertificateActivityRequest
ACTION, AMOUNT, 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
 
Constructor Summary
RefundOrGiftCertificateActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
RefundOrGiftCertificateActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 RefundOrGiftCertificateActionType getAction()
           
 Money getAmount()
           
 java.lang.String getCertificateNumber()
           
protected  RefundOrGiftCertificateActivityRequestDto getDto()
           
 void setAction(RefundOrGiftCertificateActionType action)
           
 void setAmount(Money amount)
           
 void setCertificateNumber(java.lang.String certificateNumber)
           
 
Methods inherited from class com.retek.component.customer.impl.ActivityRequestImpl
close, getActivityRequestDto, getActivityRequestType, getActivityStatusType, getAddress, getBanner, getComments, getCreateDate, getCreateUser, getCustomer, getCustomerOrder, getDayTelephone, getEmail, getEveningTelephone, getLastUpdatedDate, getLastUpdatedUser, getSupervisorName, isCallPreference, isEmailPreference, isFaxPreference, isMailPreference, readLatest, setActivityStatusType, setAddress, setBanner, setCallPreference, setComments, setCustomer, setCustomerOrder, setDayTelephone, setEmail, setEmailPreference, setEveningTelephone, setFaxPreference, setMailPreference, setSupervisorName, submit
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

RefundOrGiftCertificateActivityRequestImpl

public RefundOrGiftCertificateActivityRequestImpl(DistributedContext context,
                                                  DistributedReference reference,
                                                  boolean createHollow)
                                           throws SystemException

RefundOrGiftCertificateActivityRequestImpl

public RefundOrGiftCertificateActivityRequestImpl(DistributedContext context,
                                                  DistributedReference reference)
                                           throws SystemException
Method Detail

getDto

protected RefundOrGiftCertificateActivityRequestDto getDto()
                                                    throws SystemException
Throws:
SystemException

getCertificateNumber

public java.lang.String getCertificateNumber()
                                      throws SystemException
Specified by:
getCertificateNumber in interface RefundOrGiftCertificateActivityRequest
Throws:
SystemException

getAmount

public Money getAmount()
                throws SystemException
Specified by:
getAmount in interface RefundOrGiftCertificateActivityRequest
Throws:
SystemException

setCertificateNumber

public void setCertificateNumber(java.lang.String certificateNumber)
                          throws SystemException
Specified by:
setCertificateNumber in interface RefundOrGiftCertificateActivityRequest
Throws:
SystemException

setAmount

public void setAmount(Money amount)
               throws SystemException
Specified by:
setAmount in interface RefundOrGiftCertificateActivityRequest
Throws:
SystemException

getAction

public RefundOrGiftCertificateActionType getAction()
                                            throws SystemException
Specified by:
getAction in interface RefundOrGiftCertificateActivityRequest
Throws:
SystemException

setAction

public void setAction(RefundOrGiftCertificateActionType action)
               throws SystemException
Specified by:
setAction in interface RefundOrGiftCertificateActivityRequest
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28