com.retek.component.directshiporder.impl
Class DirectShipOrderLineImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.component.directshiporder.impl.DirectShipOrderLineImpl
- All Implemented Interfaces:
- BusinessObject, DirectShipOrderLine, SecondClassObject
- public class DirectShipOrderLineImpl
- extends SecondClassObjectImpl
- implements DirectShipOrderLine
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DirectShipOrderLineImpl
public DirectShipOrderLineImpl(DistributedContext context)
DirectShipOrderLineImpl
public DirectShipOrderLineImpl(DistributedContext context,
DirectShipOrderLineDto dto)
- Called by SecondClassObjectImpl.wrap()
getDto
protected DirectShipOrderLineDto getDto()
getCustomerOrderLine
public CustomerOrderLine getCustomerOrderLine()
throws BusinessException,
SystemException
- Specified by:
getCustomerOrderLine
in interface DirectShipOrderLine
- Throws:
BusinessException
SystemException
getEstimatedShipDate
public RDate getEstimatedShipDate()
throws SystemException,
BusinessException
- Specified by:
getEstimatedShipDate
in interface DirectShipOrderLine
- Throws:
SystemException
BusinessException
getItemCost
public Money getItemCost()
- Specified by:
getItemCost
in interface DirectShipOrderLine
getPoLineQuantity
public Quantity getPoLineQuantity()
- Specified by:
getPoLineQuantity
in interface DirectShipOrderLine
setItemCost
public void setItemCost(Money itemCost)
- Specified by:
setItemCost
in interface DirectShipOrderLine
setPoLineQuantity
public void setPoLineQuantity(Quantity poLineQuantity)
- Specified by:
setPoLineQuantity
in interface DirectShipOrderLine
setCustomerOrderLine
public void setCustomerOrderLine(CustomerOrderLine customerOrderLine)
throws SystemException
- Specified by:
setCustomerOrderLine
in interface DirectShipOrderLine
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28