com.retek.component.inventory
Class ReservationValues

java.lang.Object
  extended bycom.retek.component.inventory.ReservationValues
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PackReservationValues, SkuReservationValues, WarehouseReservationValues

public class ReservationValues
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ReservationValues()
           
 
Method Summary
 RDate getBackorderedEstimatedShipDate()
           
 Quantity getBackorderedQuantity()
           
 java.lang.String getId()
           
 Quantity getNotReservedQuantity()
           
 Quantity getReservedQuantity()
           
 RDate getReserveEstimatedShipDate()
           
 java.lang.String getSupplierId()
           
 RDate getSupplierStartDate()
           
 boolean isDirectShip()
           
 boolean isPack()
           
 boolean isSumOfQuantitiesEqualsQuantityToReserve(Quantity quantityToReserve)
           
 void setBackorderedEstimatedShipDate(RDate backorderedEstimatedShipDate)
           
 void setBackorderedQuantity(Quantity backorderedQuantity)
           
 void setIsDirectShip(boolean isDirectShip)
           
 void setNotReservedQuantity(Quantity notReserved)
           
 void setReservedQuantity(Quantity reservedQuantity)
           
 void setReserveEstimatedShipDate(RDate reserveEstimatedShipDate)
           
 void setSupplierId(java.lang.String supplierId)
           
 void setSupplierStartDate(RDate supplierStartDate)
           
 void submit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservationValues

public ReservationValues()
Method Detail

getId

public java.lang.String getId()

getReservedQuantity

public Quantity getReservedQuantity()

getBackorderedQuantity

public Quantity getBackorderedQuantity()

getNotReservedQuantity

public Quantity getNotReservedQuantity()

setReserveEstimatedShipDate

public void setReserveEstimatedShipDate(RDate reserveEstimatedShipDate)

getReserveEstimatedShipDate

public RDate getReserveEstimatedShipDate()

setReservedQuantity

public void setReservedQuantity(Quantity reservedQuantity)

setBackorderedQuantity

public void setBackorderedQuantity(Quantity backorderedQuantity)

setNotReservedQuantity

public void setNotReservedQuantity(Quantity notReserved)

isSumOfQuantitiesEqualsQuantityToReserve

public boolean isSumOfQuantitiesEqualsQuantityToReserve(Quantity quantityToReserve)

getBackorderedEstimatedShipDate

public RDate getBackorderedEstimatedShipDate()

setBackorderedEstimatedShipDate

public void setBackorderedEstimatedShipDate(RDate backorderedEstimatedShipDate)

getSupplierId

public java.lang.String getSupplierId()

setSupplierId

public void setSupplierId(java.lang.String supplierId)

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

isDirectShip

public boolean isDirectShip()

setIsDirectShip

public void setIsDirectShip(boolean isDirectShip)

getSupplierStartDate

public RDate getSupplierStartDate()

setSupplierStartDate

public void setSupplierStartDate(RDate supplierStartDate)

isPack

public boolean isPack()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28