com.retek.component.location
Interface DailyMessage

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
DailyMessageImpl

public interface DailyMessage
extends DistributedObject


Field Summary
static java.lang.String DAILY_MESSAGE_CATEGORY
           
static java.lang.String DETAIL
           
static java.lang.String PURGE_DATE
           
 
Method Summary
 void delete()
           
 CallCenter getCallCenter()
           
 RDate getCreateDate()
           
 DailyMessageCategory getDailyMessageCategory()
           
 java.lang.String getDetail()
           
 RDate getPurgeDate()
           
 void setCallCenter(CallCenter callCenter)
           
 void setDailyMessageCategory(DailyMessageCategory category)
           
 void setDetail(java.lang.String detail)
           
 void setPurgeDate(RDate purgeDate)
           
 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
 

Field Detail

PURGE_DATE

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

DETAIL

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

DAILY_MESSAGE_CATEGORY

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

getCreateDate

public RDate getCreateDate()
                    throws SystemException
Throws:
SystemException

getPurgeDate

public RDate getPurgeDate()
                   throws SystemException
Throws:
SystemException

getDetail

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

setDetail

public void setDetail(java.lang.String detail)
               throws SystemException
Throws:
SystemException

getCallCenter

public CallCenter getCallCenter()
                         throws SystemException
Throws:
SystemException

setCallCenter

public void setCallCenter(CallCenter callCenter)
                   throws SystemException
Throws:
SystemException

setPurgeDate

public void setPurgeDate(RDate purgeDate)
                  throws SystemException
Throws:
SystemException

getDailyMessageCategory

public DailyMessageCategory getDailyMessageCategory()
                                             throws SystemException
Throws:
SystemException

setDailyMessageCategory

public void setDailyMessageCategory(DailyMessageCategory category)
                             throws SystemException
Throws:
SystemException

submit

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

delete

public void delete()
            throws SystemException
Throws:
SystemException


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