com.retek.component.inventory
Class AtpValues
java.lang.Object
com.retek.component.inventory.AtpValues
- All Implemented Interfaces:
- java.io.Serializable
- public class AtpValues
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
AtpValues(Quantity atpQuantity,
Quantity futureAvailQty,
java.lang.Boolean nonInventoriable,
java.lang.Boolean backOrdersAllowed,
RDate reserveEstimatedShipDate,
RDate backorderedEstimatedShipDate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AtpValues
public AtpValues(Quantity atpQuantity,
Quantity futureAvailQty,
java.lang.Boolean nonInventoriable,
java.lang.Boolean backOrdersAllowed,
RDate reserveEstimatedShipDate,
RDate backorderedEstimatedShipDate)
getAtpQuantity
public Quantity getAtpQuantity()
getFutureAvailQty
public Quantity getFutureAvailQty()
getCurrentAvailableForReservation
public Quantity getCurrentAvailableForReservation()
isBackOrdersAllowed
public boolean isBackOrdersAllowed()
isInventoriable
public boolean isInventoriable()
getBackorderedEstimatedShipDate
public RDate getBackorderedEstimatedShipDate()
getReserveEstimatedShipDate
public RDate getReserveEstimatedShipDate()
setSupplierQtyValues
public void setSupplierQtyValues(java.util.Set supplierQtyValues)
getSupplierQtyValues
public java.util.Set getSupplierQtyValues()
setBackorderedEstimatedShipDate
public void setBackorderedEstimatedShipDate(RDate backorderedEstimatedShipDate)
setReserveEstimatedShipDate
public void setReserveEstimatedShipDate(RDate reserveEstimatedShipDate)
toString
public java.lang.String toString()
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25