com.retek.component.inventory.impl.command
Class ReservationWarehouseCancelCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.inventory.impl.command.ReservationWarehouseCancelCommand

public class ReservationWarehouseCancelCommand
extends Command


Constructor Summary
ReservationWarehouseCancelCommand()
           
 
Method Summary
protected  void doExecute()
           
 SellableItem getSellableItem()
           
 Warehouse getVirtualWarehouse()
           
 Quantity getWarehouseChangeQuantityInSellingUom()
           
 void setSellableItem(SellableItem sellableItem)
           
 void setVirtualWarehouse(Warehouse virtualWarehouse)
           
 void setWarehouseChangeQuantityInSellingUom(Quantity warehouseChangeQtyInSellingUom)
           
 
Methods inherited from class com.retek.commons.domain.core.Command
addPostExecutionRule, addPreExecutionRule, execute, getContext, isExecuted, processRules, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservationWarehouseCancelCommand

public ReservationWarehouseCancelCommand()
Method Detail

doExecute

protected void doExecute()
                  throws SystemException,
                         BusinessException
Specified by:
doExecute in class Command
Throws:
SystemException
BusinessException

getSellableItem

public SellableItem getSellableItem()

getVirtualWarehouse

public Warehouse getVirtualWarehouse()

getWarehouseChangeQuantityInSellingUom

public Quantity getWarehouseChangeQuantityInSellingUom()

setSellableItem

public void setSellableItem(SellableItem sellableItem)

setVirtualWarehouse

public void setVirtualWarehouse(Warehouse virtualWarehouse)

setWarehouseChangeQuantityInSellingUom

public void setWarehouseChangeQuantityInSellingUom(Quantity warehouseChangeQtyInSellingUom)


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