com.retek.component.inventory
Class SupplierQuantityValue
java.lang.Object
com.retek.component.inventory.SupplierQuantityValue
- All Implemented Interfaces:
- java.io.Serializable
- public class SupplierQuantityValue
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SupplierQuantityValue
public SupplierQuantityValue(java.lang.String supplierId,
Quantity supplierInventoryQuantity,
java.lang.String sellableItemId)
getSupplierInventoryQuantity
public Quantity getSupplierInventoryQuantity()
getSupplierId
public java.lang.String getSupplierId()
setSupplierInventoryQuantity
public void setSupplierInventoryQuantity(Quantity quantity)
setSupplierId
public void setSupplierId(java.lang.String aSupplierId)
getSellableItemId
public java.lang.String getSellableItemId()
setSellableItemId
public void setSellableItemId(java.lang.String aSellableItemId)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25