com.retek.component.location.impl
Class DailyMessageImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.location.impl.DailyMessageImpl
All Implemented Interfaces:
BusinessObject, DailyMessage, DistributedObject

public class DailyMessageImpl
extends DistributedObjectImpl
implements DailyMessage


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.location.DailyMessage
DAILY_MESSAGE_CATEGORY, DETAIL, PURGE_DATE
 
Constructor Summary
DailyMessageImpl(DistributedContext context, DistributedReference reference)
           
DailyMessageImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 void delete()
           
 CallCenter getCallCenter()
           
 RDate getCreateDate()
           
 DailyMessageCategory getDailyMessageCategory()
           
 java.lang.String getDetail()
           
protected  DailyMessageDto getDto()
           
 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 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 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

DailyMessageImpl

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

DailyMessageImpl

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

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