com.retek.component.location.impl
Class DailyMessageImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.location.impl.DailyMessageImpl
- All Implemented Interfaces:
- BusinessObject, DailyMessage, DistributedObject
- public class DailyMessageImpl
- extends DistributedObjectImpl
- implements DailyMessage
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, readLatest, refresh, toString, wrap, wrap, wrap, wrap |
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 |
DailyMessageImpl
public DailyMessageImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
DailyMessageImpl
public DailyMessageImpl(DistributedContext context,
DistributedReference reference)
throws SystemException
getDto
protected DailyMessageDto getDto()
throws SystemException
- Throws:
SystemException
getCreateDate
public RDate getCreateDate()
throws SystemException
- Specified by:
getCreateDate
in interface DailyMessage
- Throws:
SystemException
getDetail
public java.lang.String getDetail()
throws SystemException
- Specified by:
getDetail
in interface DailyMessage
- Throws:
SystemException
setDetail
public void setDetail(java.lang.String detail)
throws SystemException
- Specified by:
setDetail
in interface DailyMessage
- Throws:
SystemException
getCallCenter
public CallCenter getCallCenter()
throws SystemException
- Specified by:
getCallCenter
in interface DailyMessage
- Throws:
SystemException
setCallCenter
public void setCallCenter(CallCenter callCenter)
throws SystemException
- Specified by:
setCallCenter
in interface DailyMessage
- Throws:
SystemException
getDailyMessageCategory
public DailyMessageCategory getDailyMessageCategory()
throws SystemException
- Specified by:
getDailyMessageCategory
in interface DailyMessage
- Throws:
SystemException
setDailyMessageCategory
public void setDailyMessageCategory(DailyMessageCategory category)
throws SystemException
- Specified by:
setDailyMessageCategory
in interface DailyMessage
- Throws:
SystemException
submit
public void submit()
throws SystemException,
BusinessException
- Specified by:
submit
in interface DailyMessage
- Throws:
SystemException
BusinessException
delete
public void delete()
throws SystemException
- Specified by:
delete
in interface DailyMessage
- Throws:
SystemException
setPurgeDate
public void setPurgeDate(RDate purgeDate)
throws SystemException
- Specified by:
setPurgeDate
in interface DailyMessage
- Throws:
SystemException
getPurgeDate
public RDate getPurgeDate()
throws SystemException
- Specified by:
getPurgeDate
in interface DailyMessage
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28