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

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.inventory.impl.command.PackWarehouseReserveCommand
All Implemented Interfaces:
WarehouseReservationCommand

public class PackWarehouseReserveCommand
extends Command
implements WarehouseReservationCommand


Constructor Summary
PackWarehouseReserveCommand()
           
 
Method Summary
protected  void doExecute()
           
 Country getCountry()
           
 Pack getPack()
           
 PackReservationValues getPackReservationValues()
           
 Quantity getRequestedQuantity()
           
 SellableItem getSellableItem()
           
 java.lang.String getShipToZipCode()
           
 Store getVirtualStore()
           
 java.util.Set getWarehouseReservationValues()
           
 void setCountry(Country country)
           
 void setGifting(boolean isGifting)
           
 void setPack(Pack pack)
           
 void setPackReservationValues(PackReservationValues packReservationValues)
           
 void setPersonalized(boolean isPersonalized)
           
 void setShipToZipCode(java.lang.String zipCode)
           
 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

PackWarehouseReserveCommand

public PackWarehouseReserveCommand()
Method Detail

doExecute

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

getPack

public Pack getPack()

getVirtualStore

public Store getVirtualStore()
Specified by:
getVirtualStore in interface WarehouseReservationCommand

getPackReservationValues

public PackReservationValues getPackReservationValues()

setPack

public void setPack(Pack pack)

setVirtualStore

public void setVirtualStore(Store virtualStore)

setPackReservationValues

public void setPackReservationValues(PackReservationValues packReservationValues)

setCountry

public void setCountry(Country country)

setShipToZipCode

public void setShipToZipCode(java.lang.String zipCode)

getWarehouseReservationValues

public java.util.Set getWarehouseReservationValues()

getCountry

public Country getCountry()
Specified by:
getCountry in interface WarehouseReservationCommand

getSellableItem

public SellableItem getSellableItem()
Specified by:
getSellableItem in interface WarehouseReservationCommand

getShipToZipCode

public java.lang.String getShipToZipCode()
Specified by:
getShipToZipCode in interface WarehouseReservationCommand

getRequestedQuantity

public Quantity getRequestedQuantity()
Specified by:
getRequestedQuantity in interface WarehouseReservationCommand

setPersonalized

public void setPersonalized(boolean isPersonalized)

setGifting

public void setGifting(boolean isGifting)


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