|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.customerorder.ReturnLineReceiveRequest
Class which encapsulates data and behavior for representing a request bean for receiving a return line. Specifies which return line to "receive" and its associative return disposition, return quantity and comments. This receive request is used to specify returns to be received for a particular customer order. Request fields: return line (required) supplier return disposition (required) return quantity (required) return warehouse (required) comments (optional) returnPostage (optional)
CustomerOrderReturnsManager#receiveReturns(ReturnLineReceiveRequest)
,
Serialized FormConstructor Summary | |
ReturnLineReceiveRequest()
|
Method Summary | |
java.lang.String |
getComments()
Return the comments for the receive request. |
DistributedReference |
getReturnLineRef()
Return the return line reference for the receive request (for an existing pending return line being returned). |
Money |
getReturnPostage()
Return the return postage for the receive request. |
Quantity |
getReturnQuantity()
Return the return quantity for the receive request. |
DistributedReference |
getReturnWarehouseRef()
Return the physical warehouse reference for the return warehouse for the return line. |
DistributedReference |
getSupplierReturnDispositionRef()
Return the supplier return disposition for the receive request. |
void |
setComments(java.lang.String comments)
Set the return comments for the receive request. |
void |
setReturnLine(ReturnLine returnLine)
Set the return line for the receive request (if this is an existing pending return line being received). |
void |
setReturnPostage(Money postage)
Set the return postage for the receive request. |
void |
setReturnQuantity(Quantity returnQuantity)
Set the return quantity for the receive request. |
void |
setReturnWarehouse(Warehouse warehouse)
Set the physical return warehouse for the return line. |
void |
setSupplierReturnDisposition(SupplierReturnDisposition supplierReturnDisposition)
Set the supplier return disposition for the receive request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnLineReceiveRequest()
Method Detail |
public java.lang.String getComments()
public DistributedReference getReturnLineRef()
public Quantity getReturnQuantity()
public DistributedReference getSupplierReturnDispositionRef()
public void setComments(java.lang.String comments)
comments
- return commentspublic void setReturnLine(ReturnLine returnLine)
returnLine
- existing pending return linepublic void setReturnQuantity(Quantity returnQuantity)
returnQuantity
- return quantitypublic void setSupplierReturnDisposition(SupplierReturnDisposition supplierReturnDisposition)
supplierReturnDisposition
- supplier return dispositionpublic void setReturnPostage(Money postage)
public Money getReturnPostage()
public DistributedReference getReturnWarehouseRef()
public void setReturnWarehouse(Warehouse warehouse)
warehouse
- return warehouse location
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |