com.retek.component.banner_channel.impl
Class GiftingSeasonImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.banner_channel.impl.GiftingSeasonImpl
- All Implemented Interfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, GiftingSeason
- public class GiftingSeasonImpl
- extends DistributedObjectImpl
- implements GiftingSeason
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
GiftingSeasonImpl
public GiftingSeasonImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
GiftingSeasonImpl
public GiftingSeasonImpl(DistributedContext context,
DistributedReference ref)
throws SystemException
getDto
public GiftingSeasonDto getDto()
throws SystemException
- Throws:
SystemException
setDescription
public void setDescription(java.lang.String description)
throws SystemException
- Specified by:
setDescription
in interface GiftingSeason
- Throws:
SystemException
setEffectiveStartDate
public void setEffectiveStartDate(RDate startDate)
throws SystemException
- Specified by:
setEffectiveStartDate
in interface GiftingSeason
- Throws:
SystemException
setEffectiveEndDate
public void setEffectiveEndDate(RDate effectiveEndDate)
throws SystemException
- Specified by:
setEffectiveEndDate
in interface GiftingSeason
- Throws:
SystemException
getDescription
public java.lang.String getDescription()
throws SystemException
- Specified by:
getDescription
in interface GiftingSeason
- Throws:
SystemException
getEffectiveStartDate
public RDate getEffectiveStartDate()
throws SystemException
- Specified by:
getEffectiveStartDate
in interface GiftingSeason
- Throws:
SystemException
getEffectiveEndDate
public RDate getEffectiveEndDate()
throws SystemException
- Specified by:
getEffectiveEndDate
in interface GiftingSeason
- Throws:
SystemException
getSeasonEndDayOfMonth
public int getSeasonEndDayOfMonth()
throws SystemException
- Specified by:
getSeasonEndDayOfMonth
in interface GiftingSeason
- Throws:
SystemException
getSeasonEndMonth
public int getSeasonEndMonth()
throws SystemException
- Specified by:
getSeasonEndMonth
in interface GiftingSeason
- Throws:
SystemException
getSeasonStartDayOfMonth
public int getSeasonStartDayOfMonth()
throws SystemException
- Specified by:
getSeasonStartDayOfMonth
in interface GiftingSeason
- Throws:
SystemException
getSeasonStartMonth
public int getSeasonStartMonth()
throws SystemException
- Specified by:
getSeasonStartMonth
in interface GiftingSeason
- Throws:
SystemException
setSeasonEndDayOfMonth
public void setSeasonEndDayOfMonth(int seasonEndDayOfMonth)
throws SystemException
- Specified by:
setSeasonEndDayOfMonth
in interface GiftingSeason
- Throws:
SystemException
setSeasonEndMonth
public void setSeasonEndMonth(int seasonEndMonth)
throws SystemException
- Specified by:
setSeasonEndMonth
in interface GiftingSeason
- Throws:
SystemException
setSeasonStartDayOfMonth
public void setSeasonStartDayOfMonth(int seasonStartDayOfMonth)
throws SystemException
- Specified by:
setSeasonStartDayOfMonth
in interface GiftingSeason
- Throws:
SystemException
setSeasonStartMonth
public void setSeasonStartMonth(int seasonStartMonth)
throws SystemException
- Specified by:
setSeasonStartMonth
in interface GiftingSeason
- Throws:
SystemException
toDisplayString
public java.lang.String toDisplayString()
- Specified by:
toDisplayString
in interface com.retek.swing11.commons.type.Displayable
readLatest
protected Dto readLatest()
throws SystemException
- Overrides:
readLatest
in class DistributedObjectImpl
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28