com.retek.component.inventory
Class PurchaseOrderLine
java.lang.Object
com.retek.component.inventory.PurchaseOrderLine
- All Implemented Interfaces:
- java.io.Serializable
- public class PurchaseOrderLine
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PurchaseOrderLine
public PurchaseOrderLine(java.lang.String skuId,
java.lang.String locationId,
Quantity receivedQuantity)
getLocationDisplayCode
public java.lang.String getLocationDisplayCode()
getSkuId
public java.lang.String getSkuId()
setLocationDisplayCode
public void setLocationDisplayCode(java.lang.String locationId)
setSkuId
public void setSkuId(java.lang.String skuId)
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
getReceivedQuantity
public Quantity getReceivedQuantity()
setReceivedQuantity
public void setReceivedQuantity(Quantity receivedQuantity)
getPurchaseOrderLineDates
public java.util.Collection getPurchaseOrderLineDates()
addPurchaseOrderLineDate
public void addPurchaseOrderLineDate(PurchaseOrderLineDate purchaseOrderLineDate)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28