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

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

public class ReservationReleaseFromSupplierCommand
extends Command


Constructor Summary
ReservationReleaseFromSupplierCommand()
           
 
Method Summary
protected  void doExecute()
           
 Quantity getReservationReleaseQuantity()
           
 Sku getSku()
           
 Supplier getSupplier()
           
 RDate getSupplierStartDate()
           
 Store getVirtualStore()
           
 void setReservationReleaseQuantityInSellingUom(Quantity reservationReleaseQuantityInSellingUom)
           
 void setSku(Sku sku)
           
 void setSupplier(Supplier supplier)
           
 void setSupplierStartDate(RDate supplierStartDate)
           
 void setVirtualStore(Store store)
           
 
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

ReservationReleaseFromSupplierCommand

public ReservationReleaseFromSupplierCommand()
Method Detail

setReservationReleaseQuantityInSellingUom

public void setReservationReleaseQuantityInSellingUom(Quantity reservationReleaseQuantityInSellingUom)

doExecute

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

getReservationReleaseQuantity

public Quantity getReservationReleaseQuantity()

getSupplierStartDate

public RDate getSupplierStartDate()

setSupplierStartDate

public void setSupplierStartDate(RDate supplierStartDate)

getSku

public Sku getSku()

getSupplier

public Supplier getSupplier()

setSku

public void setSku(Sku sku)

setSupplier

public void setSupplier(Supplier supplier)

setVirtualStore

public void setVirtualStore(Store store)

getVirtualStore

public Store getVirtualStore()


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