com.retek.component.customerorder
Interface ShipmentRequestLine

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
ShipmentRequestLineImpl

public interface ShipmentRequestLine
extends DistributedObject


Method Summary
 CustomerOrderLine getOrderLine()
           
 Quantity getRequestQuantity()
           
 void setCustomerOrderLine(CustomerOrderLine line)
           
 void setRequestQuantity(Quantity qty)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getRequestQuantity

public Quantity getRequestQuantity()
                            throws SystemException
Throws:
SystemException

setRequestQuantity

public void setRequestQuantity(Quantity qty)
                        throws SystemException
Throws:
SystemException

getOrderLine

public CustomerOrderLine getOrderLine()
                               throws SystemException
Throws:
SystemException

setCustomerOrderLine

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


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