com.retek.component.inventory
Class SupplierQuantityValue

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

Constructor Summary
SupplierQuantityValue(java.lang.String supplierId, Quantity supplierInventoryQuantity, java.lang.String sellableItemId)
           
 
Method Summary
 java.lang.String getSellableItemId()
           
 java.lang.String getSupplierId()
           
 Quantity getSupplierInventoryQuantity()
           
 void setSellableItemId(java.lang.String aSellableItemId)
           
 void setSupplierId(java.lang.String aSupplierId)
           
 void setSupplierInventoryQuantity(Quantity quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplierQuantityValue

public SupplierQuantityValue(java.lang.String supplierId,
                             Quantity supplierInventoryQuantity,
                             java.lang.String sellableItemId)
Method Detail

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28