com.retek.component.demand.impl
Class OrderLineDemandRecordImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.demand.impl.OrderLineDemandRecordImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, OrderLineDemandRecord
- public class OrderLineDemandRecordImpl
- extends DistributedObjectImpl
- implements OrderLineDemandRecord
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 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 |
OrderLineDemandRecordImpl
public OrderLineDemandRecordImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
OrderLineDemandRecordImpl
public OrderLineDemandRecordImpl(DistributedContext context,
DistributedReference reference)
throws SystemException
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