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

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

public class SkuAvailableForReservationCommand
extends Command


Constructor Summary
SkuAvailableForReservationCommand()
           
 
Method Summary
protected  void doExecute()
           
 Quantity getAtpQuantity()
           
 Quantity getFutureAvailQuantity()
           
 Quantity getRequestedQuantity()
           
 boolean isAvailableForReservation()
           
 boolean isInventoriable()
           
 void setAtpQuantity(Quantity atpQuantity)
           
 void setFutureAvailQuantity(Quantity futureAvailQuantity)
           
 void setInventoriable(boolean inventoriable)
           
 void setRequestedQuantity(Quantity requestedQuantity)
           
 
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

SkuAvailableForReservationCommand

public SkuAvailableForReservationCommand()
Method Detail

doExecute

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

getAtpQuantity

public Quantity getAtpQuantity()

isAvailableForReservation

public boolean isAvailableForReservation()

getFutureAvailQuantity

public Quantity getFutureAvailQuantity()

isInventoriable

public boolean isInventoriable()

getRequestedQuantity

public Quantity getRequestedQuantity()

setAtpQuantity

public void setAtpQuantity(Quantity atpQuantity)

setFutureAvailQuantity

public void setFutureAvailQuantity(Quantity futureAvailQuantity)

setInventoriable

public void setInventoriable(boolean inventoriable)

setRequestedQuantity

public void setRequestedQuantity(Quantity requestedQuantity)


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