com.retek.component.location
Interface DailyMessage
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- DailyMessageImpl
- public interface DailyMessage
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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