com.retek.component.directshiporder.impl
Class DirectShipOrderLineImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.directshiporder.impl.DirectShipOrderLineImpl
All Implemented Interfaces:
BusinessObject, DirectShipOrderLine, SecondClassObject

public class DirectShipOrderLineImpl
extends SecondClassObjectImpl
implements DirectShipOrderLine


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.directshiporder.DirectShipOrderLine
CUSTOMER_ORDER_LINE, ESTIMATED_SHIP_DATE, ITEM_COST, PO_LINE_QUANTITY
 
Constructor Summary
DirectShipOrderLineImpl(DistributedContext context)
           
DirectShipOrderLineImpl(DistributedContext context, DirectShipOrderLineDto dto)
          Called by SecondClassObjectImpl.wrap()
 
Method Summary
 CustomerOrderLine getCustomerOrderLine()
           
protected  DirectShipOrderLineDto getDto()
           
 RDate getEstimatedShipDate()
           
 Money getItemCost()
           
 Quantity getPoLineQuantity()
           
 void setCustomerOrderLine(CustomerOrderLine customerOrderLine)
           
 void setItemCost(Money itemCost)
           
 void setPoLineQuantity(Quantity poLineQuantity)
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, 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.BusinessObject
getBusinessInterface
 

Constructor Detail

DirectShipOrderLineImpl

public DirectShipOrderLineImpl(DistributedContext context)

DirectShipOrderLineImpl

public DirectShipOrderLineImpl(DistributedContext context,
                               DirectShipOrderLineDto dto)
Called by SecondClassObjectImpl.wrap()

Method Detail

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