com.retek.component.inventory
Class PurchaseOrderLine

java.lang.Object
  extended bycom.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

Constructor Summary
PurchaseOrderLine(java.lang.String skuId, java.lang.String locationId, Quantity receivedQuantity)
           
 
Method Summary
 void addPurchaseOrderLineDate(PurchaseOrderLineDate purchaseOrderLineDate)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getLocationDisplayCode()
           
 java.util.Collection getPurchaseOrderLineDates()
           
 Quantity getReceivedQuantity()
           
 java.lang.String getSkuId()
           
 int hashCode()
           
 void setLocationDisplayCode(java.lang.String locationId)
           
 void setReceivedQuantity(Quantity receivedQuantity)
           
 void setSkuId(java.lang.String skuId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurchaseOrderLine

public PurchaseOrderLine(java.lang.String skuId,
                         java.lang.String locationId,
                         Quantity receivedQuantity)
Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25