com.retek.component.banner_channel.impl
Class GiftingSeasonImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.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


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
GiftingSeasonImpl(DistributedContext context, DistributedReference ref)
           
GiftingSeasonImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 java.lang.String getDescription()
           
 GiftingSeasonDto getDto()
           
 RDate getEffectiveEndDate()
           
 RDate getEffectiveStartDate()
           
 int getSeasonEndDayOfMonth()
           
 int getSeasonEndMonth()
           
 int getSeasonStartDayOfMonth()
           
 int getSeasonStartMonth()
           
protected  Dto readLatest()
           
 void setDescription(java.lang.String description)
           
 void setEffectiveEndDate(RDate effectiveEndDate)
           
 void setEffectiveStartDate(RDate startDate)
           
 void setSeasonEndDayOfMonth(int seasonEndDayOfMonth)
           
 void setSeasonEndMonth(int seasonEndMonth)
           
 void setSeasonStartDayOfMonth(int seasonStartDayOfMonth)
           
 void setSeasonStartMonth(int seasonStartMonth)
           
 java.lang.String toDisplayString()
           
 
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 com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
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
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

GiftingSeasonImpl

public GiftingSeasonImpl(DistributedContext context,
                         DistributedReference ref,
                         boolean createHollow)
                  throws SystemException

GiftingSeasonImpl

public GiftingSeasonImpl(DistributedContext context,
                         DistributedReference ref)
                  throws SystemException
Method Detail

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