com.retek.component.customerorder
Interface GiftVoucherAttributes

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Implementing Classes:
GiftVoucherAttributesImpl

public interface GiftVoucherAttributes
extends SecondClassObject


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 interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getExpirationDate

public RDate getExpirationDate()
                        throws SystemException
Throws:
SystemException

getFrom

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

getMessage

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

getNumber

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

getTo

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

setExpirationDate

public void setExpirationDate(RDate expirationDate)
                       throws SystemException
Throws:
SystemException

setFrom

public void setFrom(java.lang.String from)
             throws SystemException
Throws:
SystemException

setMessage

public void setMessage(java.lang.String message)
                throws SystemException
Throws:
SystemException

setNumber

public void setNumber(java.lang.String number)
               throws SystemException
Throws:
SystemException

setTo

public void setTo(java.lang.String to)
           throws SystemException
Throws:
SystemException


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