com.retek.component.customerorder.impl
Class GiftVoucherAttributesImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.customerorder.impl.GiftVoucherAttributesImpl
All Implemented Interfaces:
BusinessObject, GiftVoucherAttributes, SecondClassObject

public class GiftVoucherAttributesImpl
extends SecondClassObjectImpl
implements GiftVoucherAttributes


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
GiftVoucherAttributesImpl(DistributedContext context, GiftVoucherAttributesDto dto)
           
 
Method Summary
 RDate getExpirationDate()
           
 java.lang.String getFrom()
           
 java.lang.String getMessage()
           
 java.lang.String getNumber()
           
 java.lang.String getTo()
           
 void setExpirationDate(RDate expirationDate)
           
 void setFrom(java.lang.String from)
           
 void setMessage(java.lang.String message)
           
 void setNumber(java.lang.String number)
           
 void setTo(java.lang.String to)
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, 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.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

GiftVoucherAttributesImpl

public GiftVoucherAttributesImpl(DistributedContext context,
                                 GiftVoucherAttributesDto dto)
Method Detail

getExpirationDate

public RDate getExpirationDate()
Specified by:
getExpirationDate in interface GiftVoucherAttributes

getFrom

public java.lang.String getFrom()
Specified by:
getFrom in interface GiftVoucherAttributes

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface GiftVoucherAttributes

getNumber

public java.lang.String getNumber()
Specified by:
getNumber in interface GiftVoucherAttributes

getTo

public java.lang.String getTo()
Specified by:
getTo in interface GiftVoucherAttributes

setExpirationDate

public void setExpirationDate(RDate expirationDate)
Specified by:
setExpirationDate in interface GiftVoucherAttributes

setFrom

public void setFrom(java.lang.String from)
Specified by:
setFrom in interface GiftVoucherAttributes

setMessage

public void setMessage(java.lang.String message)
Specified by:
setMessage in interface GiftVoucherAttributes

setNumber

public void setNumber(java.lang.String number)
Specified by:
setNumber in interface GiftVoucherAttributes

setTo

public void setTo(java.lang.String to)
Specified by:
setTo in interface GiftVoucherAttributes


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