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