com.retek.component.banner_channel
Interface GiftingSeason
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- All Known Implementing Classes:
- GiftingSeasonImpl
- public interface GiftingSeason
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
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.swing11.commons.type.Displayable |
toDisplayString |
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28