com.retek.component.internet.impl
Class ExASellingSkuStockStatusImpl

java.lang.Object
  extended bycom.retek.component.internet.impl.ExASellingSkuStockStatusImpl
All Implemented Interfaces:
ExASellingSkuStockStatus

public class ExASellingSkuStockStatusImpl
extends java.lang.Object
implements ExASellingSkuStockStatus


Constructor Summary
ExASellingSkuStockStatusImpl()
           
 
Method Summary
 java.util.Date getEstimatedDeliveryDate()
           
 java.math.BigDecimal getReservableQuantity()
           
 boolean isDropShip()
           
 void setDropShip(boolean isDropShip)
           
 void setEstimatedDeliveryDate(java.util.Date estimatedDeliveryDate)
           
 void setReservableQuantity(java.math.BigDecimal reservableQuantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExASellingSkuStockStatusImpl

public ExASellingSkuStockStatusImpl()
Method Detail

getReservableQuantity

public java.math.BigDecimal getReservableQuantity()
Specified by:
getReservableQuantity in interface ExASellingSkuStockStatus

getEstimatedDeliveryDate

public java.util.Date getEstimatedDeliveryDate()
Specified by:
getEstimatedDeliveryDate in interface ExASellingSkuStockStatus

isDropShip

public boolean isDropShip()
Specified by:
isDropShip in interface ExASellingSkuStockStatus

setReservableQuantity

public void setReservableQuantity(java.math.BigDecimal reservableQuantity)

setEstimatedDeliveryDate

public void setEstimatedDeliveryDate(java.util.Date estimatedDeliveryDate)

setDropShip

public void setDropShip(boolean isDropShip)


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