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

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

public class ReservationWarehouseReleaseCommand
extends Command


Constructor Summary
ReservationWarehouseReleaseCommand()
           
 
Method Summary
protected  void doExecute()
           
 SellableItem getSellableItem()
           
 Store getVirtualStore()
           
 Warehouse getVirtualWarehouse()
           
 Quantity getWarehouseReleaseQuantityInSellingUom()
           
 void setSellableItem(SellableItem sellableItem)
           
 void setVirtualStore(Store virtualStore)
           
 void setVirtualWarehouse(Warehouse virtualWarehouse)
           
 void setWarehouseReleaseQuantityInSellingUom(Quantity warehouseReleaseQuantityInSellingUom)
           
 
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

ReservationWarehouseReleaseCommand

public ReservationWarehouseReleaseCommand()
Method Detail

doExecute

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

getSellableItem

public SellableItem getSellableItem()

getVirtualStore

public Store getVirtualStore()

getVirtualWarehouse

public Warehouse getVirtualWarehouse()

getWarehouseReleaseQuantityInSellingUom

public Quantity getWarehouseReleaseQuantityInSellingUom()

setSellableItem

public void setSellableItem(SellableItem sellableItem)

setVirtualStore

public void setVirtualStore(Store virtualStore)

setVirtualWarehouse

public void setVirtualWarehouse(Warehouse virtualWarehouse)

setWarehouseReleaseQuantityInSellingUom

public void setWarehouseReleaseQuantityInSellingUom(Quantity warehouseReleaseQuantityInSellingUom)


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