com.retek.component.banner_channel
Interface GiftingSeason

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

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


Method Summary
 java.lang.String getDescription()
           
 RDate getEffectiveEndDate()
           
 RDate getEffectiveStartDate()
           
 int getSeasonEndDayOfMonth()
           
 int getSeasonEndMonth()
           
 int getSeasonStartDayOfMonth()
           
 int getSeasonStartMonth()
           
 void setDescription(java.lang.String description)
           
 void setEffectiveEndDate(RDate endDate)
           
 void setEffectiveStartDate(RDate startDate)
           
 void setSeasonEndDayOfMonth(int seasonEndDayOfMonth)
           
 void setSeasonEndMonth(int seasonEndMonth)
           
 void setSeasonStartDayOfMonth(int seasonStartDayOfMonth)
           
 void setSeasonStartMonth(int seasonStartMonth)
           
 
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

getDescription

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

getEffectiveStartDate

public RDate getEffectiveStartDate()
                            throws SystemException
Throws:
SystemException

getEffectiveEndDate

public RDate getEffectiveEndDate()
                          throws SystemException
Throws:
SystemException

getSeasonEndDayOfMonth

public int getSeasonEndDayOfMonth()
                           throws SystemException
Throws:
SystemException

getSeasonEndMonth

public int getSeasonEndMonth()
                      throws SystemException
Throws:
SystemException

getSeasonStartDayOfMonth

public int getSeasonStartDayOfMonth()
                             throws SystemException
Throws:
SystemException

getSeasonStartMonth

public int getSeasonStartMonth()
                        throws SystemException
Throws:
SystemException

setEffectiveStartDate

public void setEffectiveStartDate(RDate startDate)
                           throws SystemException
Throws:
SystemException

setEffectiveEndDate

public void setEffectiveEndDate(RDate endDate)
                         throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setSeasonEndDayOfMonth

public void setSeasonEndDayOfMonth(int seasonEndDayOfMonth)
                            throws SystemException
Throws:
SystemException

setSeasonEndMonth

public void setSeasonEndMonth(int seasonEndMonth)
                       throws SystemException
Throws:
SystemException

setSeasonStartDayOfMonth

public void setSeasonStartDayOfMonth(int seasonStartDayOfMonth)
                              throws SystemException
Throws:
SystemException

setSeasonStartMonth

public void setSeasonStartMonth(int seasonStartMonth)
                         throws SystemException
Throws:
SystemException


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