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

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

public class SupplierInventoryQuantityCommand
extends Command


Constructor Summary
SupplierInventoryQuantityCommand()
           
 
Method Summary
protected  void doExecute()
           
 Quantity getSupplierInventoryQuantity()
           
 void setReservedQuantity(Quantity reservedQuantity)
           
 void setRevisedQuantityAvailable(Quantity revisedQuantityAvailable)
           
 void setShippedQuantity(Quantity shippedQuantity)
           
 
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

SupplierInventoryQuantityCommand

public SupplierInventoryQuantityCommand()
Method Detail

setRevisedQuantityAvailable

public void setRevisedQuantityAvailable(Quantity revisedQuantityAvailable)

setShippedQuantity

public void setShippedQuantity(Quantity shippedQuantity)

setReservedQuantity

public void setReservedQuantity(Quantity reservedQuantity)

doExecute

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

getSupplierInventoryQuantity

public Quantity getSupplierInventoryQuantity()


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