com.retek.component.directshiporder
Interface DirectShipOrderLine
- All Superinterfaces:
- BusinessObject, SecondClassObject
- All Known Implementing Classes:
- DirectShipOrderLineImpl
- public interface DirectShipOrderLine
- extends SecondClassObject
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
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