com.retek.component.directshiporder
Interface DirectShipOrderLine

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Implementing Classes:
DirectShipOrderLineImpl

public interface DirectShipOrderLine
extends SecondClassObject


Field Summary
static java.lang.String CUSTOMER_ORDER_LINE
           
static java.lang.String ESTIMATED_SHIP_DATE
           
static java.lang.String ITEM_COST
           
static java.lang.String PO_LINE_QUANTITY
           
 
Method Summary
 CustomerOrderLine getCustomerOrderLine()
           
 RDate getEstimatedShipDate()
           
 Money getItemCost()
           
 Quantity getPoLineQuantity()
           
 void setCustomerOrderLine(CustomerOrderLine customerOrderLine)
           
 void setItemCost(Money itemCost)
           
 void setPoLineQuantity(Quantity poLineQuantity)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

CUSTOMER_ORDER_LINE

public static final java.lang.String CUSTOMER_ORDER_LINE
See Also:
Constant Field Values

ESTIMATED_SHIP_DATE

public static final java.lang.String ESTIMATED_SHIP_DATE
See Also:
Constant Field Values

ITEM_COST

public static final java.lang.String ITEM_COST
See Also:
Constant Field Values

PO_LINE_QUANTITY

public static final java.lang.String PO_LINE_QUANTITY
See Also:
Constant Field Values
Method Detail

getCustomerOrderLine

public CustomerOrderLine getCustomerOrderLine()
                                       throws BusinessException,
                                              SystemException
Throws:
BusinessException
SystemException

getEstimatedShipDate

public RDate getEstimatedShipDate()
                           throws SystemException,
                                  BusinessException
Throws:
SystemException
BusinessException

getItemCost

public Money getItemCost()

getPoLineQuantity

public Quantity getPoLineQuantity()

setCustomerOrderLine

public void setCustomerOrderLine(CustomerOrderLine customerOrderLine)
                          throws SystemException
Throws:
SystemException

setItemCost

public void setItemCost(Money itemCost)

setPoLineQuantity

public void setPoLineQuantity(Quantity poLineQuantity)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28