com.retek.component.customerorder.impl
Class VirtualWhReservationValueImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.component.customerorder.impl.VirtualWhReservationValueImpl
- All Implemented Interfaces:
- BusinessObject, SecondClassObject, VirtualWhReservationValue
- public class VirtualWhReservationValueImpl
- extends SecondClassObjectImpl
- implements VirtualWhReservationValue
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
VirtualWhReservationValueImpl
public VirtualWhReservationValueImpl(DistributedContext context)
VirtualWhReservationValueImpl
public VirtualWhReservationValueImpl(DistributedContext context,
VirtualWhReservationValueDto dto)
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