com.retek.component.inventory
Class AtpValues

java.lang.Object
  extended bycom.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)
           
 
Method Summary
 Quantity getAtpQuantity()
           
 RDate getBackorderedEstimatedShipDate()
           
 Quantity getCurrentAvailableForReservation()
           
 Quantity getFutureAvailQty()
           
 RDate getReserveEstimatedShipDate()
           
 java.util.Set getSupplierQtyValues()
           
 boolean isBackOrdersAllowed()
           
 boolean isInventoriable()
           
 void setBackorderedEstimatedShipDate(RDate backorderedEstimatedShipDate)
           
 void setReserveEstimatedShipDate(RDate reserveEstimatedShipDate)
           
 void setSupplierQtyValues(java.util.Set supplierQtyValues)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtpValues

public AtpValues(Quantity atpQuantity,
                 Quantity futureAvailQty,
                 java.lang.Boolean nonInventoriable,
                 java.lang.Boolean backOrdersAllowed,
                 RDate reserveEstimatedShipDate,
                 RDate backorderedEstimatedShipDate)
Method Detail

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