com.retek.component.demand.impl
Class OrderDemandRecordImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.demand.impl.OrderDemandRecordImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, OrderDemandRecord

public class OrderDemandRecordImpl
extends DistributedObjectImpl
implements OrderDemandRecord


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
 
Constructor Summary
OrderDemandRecordImpl(DistributedContext context, DistributedReference reference)
           
OrderDemandRecordImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 Money getAddedOrderAmount()
           
 OrderDemandRecordDto getDto()
           
 Media getMedia()
           
 RDate getTimestamp()
           
 boolean isAddToOrderCount()
           
protected  Dto readLatest()
           
 void setAddedOrderAmount(Money addedOrderAmount)
           
 void setAddToOrderCount(boolean addToOrderCount)
           
 void setMedia(Media media)
           
 void setTimestamp(RDate timestamp)
           
 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, 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

OrderDemandRecordImpl

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

OrderDemandRecordImpl

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

getDto

public OrderDemandRecordDto getDto()
                            throws SystemException
Throws:
SystemException

getMedia

public Media getMedia()
               throws SystemException
Specified by:
getMedia in interface OrderDemandRecord
Throws:
SystemException

getTimestamp

public RDate getTimestamp()
                   throws SystemException
Specified by:
getTimestamp in interface OrderDemandRecord
Throws:
SystemException

getAddedOrderAmount

public Money getAddedOrderAmount()
                          throws SystemException
Specified by:
getAddedOrderAmount in interface OrderDemandRecord
Throws:
SystemException

isAddToOrderCount

public boolean isAddToOrderCount()
                          throws SystemException
Specified by:
isAddToOrderCount in interface OrderDemandRecord
Throws:
SystemException

setMedia

public void setMedia(Media media)
              throws SystemException
Throws:
SystemException

setAddToOrderCount

public void setAddToOrderCount(boolean addToOrderCount)
                        throws SystemException
Throws:
SystemException

setAddedOrderAmount

public void setAddedOrderAmount(Money addedOrderAmount)
                         throws SystemException
Throws:
SystemException

setTimestamp

public void setTimestamp(RDate timestamp)
                  throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Throws:
SystemException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException


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