com.retek.component.inventory.impl.command
Class WarehouseReserveCommand
java.lang.Object
com.retek.commons.domain.core.Command
com.retek.component.inventory.impl.command.WarehouseReserveCommand
- All Implemented Interfaces:
- WarehouseReservationCommand
- public class WarehouseReserveCommand
- extends Command
- implements WarehouseReservationCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WarehouseReserveCommand
public WarehouseReserveCommand()
doExecute
protected void doExecute()
throws SystemException,
BusinessException
- Specified by:
doExecute
in class Command
- Throws:
SystemException
BusinessException
getSellableItem
public SellableItem getSellableItem()
- Specified by:
getSellableItem
in interface WarehouseReservationCommand
getVirtualStore
public Store getVirtualStore()
- Specified by:
getVirtualStore
in interface WarehouseReservationCommand
getWarehouseReservationQuantityInSellingUom
public Quantity getWarehouseReservationQuantityInSellingUom()
getCountry
public Country getCountry()
- Specified by:
getCountry
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
setSellableItem
public void setSellableItem(SellableItem sellableItem)
setVirtualStore
public void setVirtualStore(Store virtualStore)
setWarehouseReservationQuantityInSellingUom
public void setWarehouseReservationQuantityInSellingUom(Quantity warehouseReservationQuantityInSellingUom)
setCountry
public void setCountry(Country country)
setShipToZipCode
public void setShipToZipCode(java.lang.String zipCode)
setSkuPersonalized
public void setSkuPersonalized(boolean isPersonalized)
getWarehouseReservationValues
public java.util.Set getWarehouseReservationValues()
setSkuGifing
public void setSkuGifing(boolean gifting)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28