com.retek.component.customerorder.test
Class BasePackBuilderAttributes

java.lang.Object
  extended bycom.retek.component.customerorder.test.BasePackBuilderAttributes
Direct Known Subclasses:
PackBuilderAttributes, PackComponentBuilderAttributes

public abstract class BasePackBuilderAttributes
extends java.lang.Object


Field Summary
 Money additionalShippingCharge
           
 Quantity availableQuantity
           
 Quantity futureAvailableQuantity
           
 boolean isDirectShip
           
 boolean isNoLongerAvailable
           
 Money price
           
 SellableItem sellableItem
           
 boolean standardShippingCharge
           
 java.lang.String supplierId
           
 
Constructor Summary
BasePackBuilderAttributes(Quantity availableQuantity, Money price)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, boolean isNoLongerAvailable)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, boolean isNoLongerAvailable, Quantity futureAvailableQuantity, java.lang.String supplierId)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, Money additionalShippingCharge, boolean standardShippingCharge)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, Money additionalShippingCharge, boolean standardShippingCharge, boolean isNoLongerAvailable, Quantity futureAvailableQuantity, java.lang.String supplierId)
           
 
Method Summary
 boolean isDirectShip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sellableItem

public SellableItem sellableItem

futureAvailableQuantity

public Quantity futureAvailableQuantity

availableQuantity

public Quantity availableQuantity

price

public Money price

additionalShippingCharge

public Money additionalShippingCharge

standardShippingCharge

public boolean standardShippingCharge

isNoLongerAvailable

public boolean isNoLongerAvailable

supplierId

public java.lang.String supplierId

isDirectShip

public boolean isDirectShip
Constructor Detail

BasePackBuilderAttributes

public BasePackBuilderAttributes(Quantity availableQuantity,
                                 Money price)

BasePackBuilderAttributes

public BasePackBuilderAttributes(Quantity availableQuantity,
                                 Money price,
                                 Money additionalShippingCharge,
                                 boolean standardShippingCharge)

BasePackBuilderAttributes

public BasePackBuilderAttributes(Quantity availableQuantity,
                                 Money price,
                                 boolean isNoLongerAvailable)

BasePackBuilderAttributes

public BasePackBuilderAttributes(Quantity availableQuantity,
                                 Money price,
                                 boolean isNoLongerAvailable,
                                 Quantity futureAvailableQuantity,
                                 java.lang.String supplierId)

BasePackBuilderAttributes

public BasePackBuilderAttributes(Quantity availableQuantity,
                                 Money price,
                                 Money additionalShippingCharge,
                                 boolean standardShippingCharge,
                                 boolean isNoLongerAvailable,
                                 Quantity futureAvailableQuantity,
                                 java.lang.String supplierId)
Method Detail

isDirectShip

public boolean isDirectShip()


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