com.retek.component.event
Interface Event

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

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


Field Summary
static java.lang.String DESCRIPTION
           
static java.lang.String END_DATE
           
static java.lang.String START_DATE
           
 
Method Summary
 java.lang.String getDescription()
           
 RDate getEndDate()
           
 RDate getStartDate()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setDescription(java.lang.String desc)
           
 void setEndDate(RDate endDate)
           
 void setStartDate(RDate startDate)
           
 void submit()
           
 
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
 

Field Detail

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values

START_DATE

public static final java.lang.String START_DATE
See Also:
Constant Field Values

END_DATE

public static final java.lang.String END_DATE
See Also:
Constant Field Values
Method Detail

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

setDescription

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

setStartDate

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

setEndDate

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

setActive

public void setActive(boolean active)
               throws SystemException
Throws:
SystemException

getDescription

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

getStartDate

public RDate getStartDate()
                   throws SystemException
Throws:
SystemException

getEndDate

public RDate getEndDate()
                 throws SystemException
Throws:
SystemException

isActive

public boolean isActive()
                 throws SystemException
Throws:
SystemException


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