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