com.retek.component.inventory.impl.command
Class SkuAvailableForReservationCommand
java.lang.Object
com.retek.commons.domain.core.Command
com.retek.component.inventory.impl.command.SkuAvailableForReservationCommand
- public class SkuAvailableForReservationCommand
- extends Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkuAvailableForReservationCommand
public SkuAvailableForReservationCommand()
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