com.retek.component.inventory
Class SkuReservationValues

java.lang.Object
  extended bycom.retek.component.inventory.ReservationValues
      extended bycom.retek.component.inventory.SkuReservationValues
All Implemented Interfaces:
java.io.Serializable

public class SkuReservationValues
extends ReservationValues
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SkuReservationValues(java.lang.String skuId)
           
SkuReservationValues(java.lang.String skuId, Quantity skuQuantity, ReservationValues reservationValues)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getSkuId()
           
 Quantity getSkuQuantity()
           
 int hashCode()
           
 void merge(SkuReservationValues mergeFrom)
           
 void setSkuQuantity(Quantity skuQuantity)
           
 
Methods inherited from class com.retek.component.inventory.ReservationValues
getBackorderedEstimatedShipDate, getBackorderedQuantity, getId, getNotReservedQuantity, getReservedQuantity, getReserveEstimatedShipDate, getSupplierId, getSupplierStartDate, isDirectShip, isPack, isSumOfQuantitiesEqualsQuantityToReserve, setBackorderedEstimatedShipDate, setBackorderedQuantity, setIsDirectShip, setNotReservedQuantity, setReservedQuantity, setReserveEstimatedShipDate, setSupplierId, setSupplierStartDate, submit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkuReservationValues

public SkuReservationValues(java.lang.String skuId)

SkuReservationValues

public SkuReservationValues(java.lang.String skuId,
                            Quantity skuQuantity,
                            ReservationValues reservationValues)
Method Detail

getSkuId

public java.lang.String getSkuId()

setSkuQuantity

public void setSkuQuantity(Quantity skuQuantity)

getSkuQuantity

public Quantity getSkuQuantity()

merge

public void merge(SkuReservationValues mergeFrom)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


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