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

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

public class ReservationPackReleaseCommand
extends Command


Constructor Summary
ReservationPackReleaseCommand()
           
 
Method Summary
protected  void doExecute()
           
 Pack getPack()
           
 PackReservationValues getPackRsvValues()
           
 Store getVirtualStore()
           
 void setPack(Pack pack)
           
 void setPackRsvValues(PackReservationValues packRsvValues)
           
 void setVirtualStore(Store virtualStore)
           
 
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

ReservationPackReleaseCommand

public ReservationPackReleaseCommand()
Method Detail

getVirtualStore

public Store getVirtualStore()

setVirtualStore

public void setVirtualStore(Store virtualStore)

doExecute

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

getPack

public Pack getPack()

getPackRsvValues

public PackReservationValues getPackRsvValues()

setPack

public void setPack(Pack pack)

setPackRsvValues

public void setPackRsvValues(PackReservationValues packRsvValues)


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