com.retek.component.promotion
Interface ItemQuantityThreshold

All Superinterfaces:
BusinessObject, DistributedObject, ItemPromotionThreshold, PromotionThreshold
All Known Implementing Classes:
ItemQuantityThresholdImpl

public interface ItemQuantityThreshold
extends ItemPromotionThreshold

Represents a promotion threshold where the threshold that must be reached to receive the promotion's benefit is the purchase a specified quantity of any of the threshold items (SellingItem, SellingSku, InventoryItem, or a Style)for the promotion.

Retek Inc. Copyright (c) 2003


Field Summary
 
Fields inherited from interface com.retek.component.promotion.PromotionThreshold
CURRENCY_AMOUNT, QUANTITY
 
Method Summary
 Quantity getQuantity()
           
 void setQuantity(Quantity amount)
           
 
Methods inherited from interface com.retek.component.promotion.ItemPromotionThreshold
getThresholdableItem, setThresholdableItem
 
Methods inherited from interface com.retek.component.promotion.PromotionThreshold
accept, isCurrency, isQuantity
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getQuantity

public Quantity getQuantity()
                     throws SystemException
Throws:
SystemException

setQuantity

public void setQuantity(Quantity amount)
                 throws SystemException
Throws:
SystemException


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