com.retek.component.banner_channel
Interface GiftService

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface GiftService
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Method Summary
 void addGiftingSeason(GiftingSeason giftingSeason)
           
 java.util.Set getGiftingSeasons()
           
 java.util.Set getGiftingSeasons(RDate date)
           
 GiftServiceType getGiftServiceType()
           
 Money getPrice()
           
 void setGiftServiceType(GiftServiceType giftServiceType)
           
 void setPrice(Money price)
           
 
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

setPrice

public void setPrice(Money price)
              throws SystemException
Throws:
SystemException

setGiftServiceType

public void setGiftServiceType(GiftServiceType giftServiceType)
                        throws SystemException
Throws:
SystemException

addGiftingSeason

public void addGiftingSeason(GiftingSeason giftingSeason)
                      throws SystemException
Throws:
SystemException

getGiftServiceType

public GiftServiceType getGiftServiceType()
                                   throws SystemException
Throws:
SystemException

getGiftingSeasons

public java.util.Set getGiftingSeasons()
                                throws SystemException
Throws:
SystemException

getGiftingSeasons

public java.util.Set getGiftingSeasons(RDate date)
                                throws SystemException
Throws:
SystemException

getPrice

public Money getPrice()
               throws SystemException
Throws:
SystemException


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