com.retek.component.inventory
Class ReservationValues
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReservationValues
public ReservationValues()
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