com.retek.component.customerorder.impl
Class VirtualWhReservationValueImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.customerorder.impl.VirtualWhReservationValueImpl
All Implemented Interfaces:
BusinessObject, SecondClassObject, VirtualWhReservationValue

public class VirtualWhReservationValueImpl
extends SecondClassObjectImpl
implements VirtualWhReservationValue


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
VirtualWhReservationValueImpl(DistributedContext context)
           
VirtualWhReservationValueImpl(DistributedContext context, VirtualWhReservationValueDto dto)
           
 
Method Summary
 void addFulfillingQuantity(Quantity fulfillingQuantity)
           
 Quantity getAvailableFulfillingQuantity()
           
 VirtualWhReservationValueDto getDto()
           
 Quantity getFulfilledQuantity()
           
 Quantity getReservedQuantity()
           
 java.lang.String getSkuId()
           
 Warehouse getWarehouse()
           
 int getWarehousePriority()
           
 void resetFullfillingQuantity()
           
 void setReservedQuantity(Quantity quantity)
           
 void setSkuId(java.lang.String skuId)
           
 void setWarehousePriority(int priority)
           
 void setWarehouseRef(DistributedReference warehouseRef)
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

VirtualWhReservationValueImpl

public VirtualWhReservationValueImpl(DistributedContext context)

VirtualWhReservationValueImpl

public VirtualWhReservationValueImpl(DistributedContext context,
                                     VirtualWhReservationValueDto dto)
Method Detail

getDto

public VirtualWhReservationValueDto getDto()

getReservedQuantity

public Quantity getReservedQuantity()
Specified by:
getReservedQuantity in interface VirtualWhReservationValue

getAvailableFulfillingQuantity

public Quantity getAvailableFulfillingQuantity()
Specified by:
getAvailableFulfillingQuantity in interface VirtualWhReservationValue

getSkuId

public java.lang.String getSkuId()
Specified by:
getSkuId in interface VirtualWhReservationValue

getWarehousePriority

public int getWarehousePriority()
Specified by:
getWarehousePriority in interface VirtualWhReservationValue

getFulfilledQuantity

public Quantity getFulfilledQuantity()
                              throws SystemException
Specified by:
getFulfilledQuantity in interface VirtualWhReservationValue
Throws:
SystemException

getWarehouse

public Warehouse getWarehouse()
                       throws SystemException
Specified by:
getWarehouse in interface VirtualWhReservationValue
Throws:
SystemException

setReservedQuantity

public void setReservedQuantity(Quantity quantity)
Specified by:
setReservedQuantity in interface VirtualWhReservationValue

setSkuId

public void setSkuId(java.lang.String skuId)
Specified by:
setSkuId in interface VirtualWhReservationValue

setWarehousePriority

public void setWarehousePriority(int priority)
Specified by:
setWarehousePriority in interface VirtualWhReservationValue

setWarehouseRef

public void setWarehouseRef(DistributedReference warehouseRef)
Specified by:
setWarehouseRef in interface VirtualWhReservationValue

addFulfillingQuantity

public void addFulfillingQuantity(Quantity fulfillingQuantity)
Specified by:
addFulfillingQuantity in interface VirtualWhReservationValue

resetFullfillingQuantity

public void resetFullfillingQuantity()


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