com.retek.component.demand.impl
Class OrderLineDemandRecordImpl

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

public class OrderLineDemandRecordImpl
extends DistributedObjectImpl
implements OrderLineDemandRecord


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
OrderLineDemandRecordImpl(DistributedContext context, DistributedReference reference)
           
OrderLineDemandRecordImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 OrderLineDemandRecordDto getDto()
           
 Media getMedia()
           
 Money getOrderLineAddedAmount()
           
 Quantity getOrderLineAddedQuantity()
           
 RDate getTimestamp()
           
 boolean isAddToOrderLineCount()
           
protected  Dto readLatest()
           
 void setAddedOrderAmount(Money addedOrderLineAmount)
           
 void setAddedOrderQuantity(Quantity addedOrderLineQuantity)
           
 void setAddToOrderLineCount(boolean addToOrderLineCount)
           
 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

OrderLineDemandRecordImpl

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

OrderLineDemandRecordImpl

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

getDto

public OrderLineDemandRecordDto getDto()
                                throws SystemException
Throws:
SystemException

isAddToOrderLineCount

public boolean isAddToOrderLineCount()
                              throws SystemException
Specified by:
isAddToOrderLineCount in interface OrderLineDemandRecord
Throws:
SystemException

getMedia

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

getOrderLineAddedQuantity

public Quantity getOrderLineAddedQuantity()
                                   throws SystemException
Specified by:
getOrderLineAddedQuantity in interface OrderLineDemandRecord
Throws:
SystemException

getOrderLineAddedAmount

public Money getOrderLineAddedAmount()
                              throws SystemException
Specified by:
getOrderLineAddedAmount in interface OrderLineDemandRecord
Throws:
SystemException

getTimestamp

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

setMedia

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

setAddToOrderLineCount

public void setAddToOrderLineCount(boolean addToOrderLineCount)
                            throws SystemException
Throws:
SystemException

setAddedOrderAmount

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

setAddedOrderQuantity

public void setAddedOrderQuantity(Quantity addedOrderLineQuantity)
                           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