com.retek.component.inventory.impl.remote.command
Class RemotePackReleaseCommand

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

public class RemotePackReleaseCommand
extends Command


Constructor Summary
RemotePackReleaseCommand()
           
 
Method Summary
protected  void doExecute()
           
 java.lang.String getPackId()
           
 PackReservationValues getPackReservationValues()
           
 DistributedReference getVirtualStoreRef()
           
 void setPackId(java.lang.String packId)
           
 void setPackReservationValues(PackReservationValues packReservationValues)
           
 void setVirtualStoreRef(DistributedReference virtualStoreRef)
           
 
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

RemotePackReleaseCommand

public RemotePackReleaseCommand()
Method Detail

setVirtualStoreRef

public void setVirtualStoreRef(DistributedReference virtualStoreRef)

setPackId

public void setPackId(java.lang.String packId)

doExecute

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

getPackReservationValues

public PackReservationValues getPackReservationValues()

getPackId

public java.lang.String getPackId()

getVirtualStoreRef

public DistributedReference getVirtualStoreRef()

setPackReservationValues

public void setPackReservationValues(PackReservationValues packReservationValues)


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