com.retek.component.event.impl
Class EventImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.event.impl.EventImpl
All Implemented Interfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Event

public class EventImpl
extends DistributedObjectImpl
implements Event


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
 
Fields inherited from interface com.retek.component.event.Event
DESCRIPTION, END_DATE, START_DATE
 
Constructor Summary
EventImpl(DistributedContext context, DistributedReference reference)
           
EventImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 java.lang.String getDescription()
           
 RDate getEndDate()
           
 RDate getStartDate()
           
 boolean isActive()
           
protected  Dto readLatest()
           
 void setActive(boolean active)
           
 void setDescription(java.lang.String desc)
           
 void setEndDate(RDate endDate)
           
 void setStartDate(RDate startDate)
           
 void submit()
           
 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

EventImpl

public EventImpl(DistributedContext context,
                 DistributedReference reference,
                 boolean createHollow)
          throws SystemException

EventImpl

public EventImpl(DistributedContext context,
                 DistributedReference reference)
          throws SystemException
Method Detail

getDescription

public java.lang.String getDescription()
                                throws SystemException
Specified by:
getDescription in interface Event
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Specified by:
submit in interface Event
Throws:
SystemException
BusinessException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException

setDescription

public void setDescription(java.lang.String desc)
                    throws SystemException
Specified by:
setDescription in interface Event
Throws:
SystemException

setActive

public void setActive(boolean active)
               throws SystemException
Specified by:
setActive in interface Event
Throws:
SystemException

setEndDate

public void setEndDate(RDate endDate)
                throws SystemException
Specified by:
setEndDate in interface Event
Throws:
SystemException

setStartDate

public void setStartDate(RDate startDate)
                  throws SystemException
Specified by:
setStartDate in interface Event
Throws:
SystemException

getEndDate

public RDate getEndDate()
                 throws SystemException
Specified by:
getEndDate in interface Event
Throws:
SystemException

getStartDate

public RDate getStartDate()
                   throws SystemException
Specified by:
getStartDate in interface Event
Throws:
SystemException

isActive

public boolean isActive()
                 throws SystemException
Specified by:
isActive in interface Event
Throws:
SystemException

toDisplayString

public java.lang.String toDisplayString()
Specified by:
toDisplayString in interface com.retek.swing11.commons.type.Displayable


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28