com.retek.component.promotion
Interface ItemPromotionThreshold

All Superinterfaces:
BusinessObject, DistributedObject, PromotionThreshold
All Known Subinterfaces:
ItemCurrencyAmountThreshold, ItemQuantityThreshold

public interface ItemPromotionThreshold
extends PromotionThreshold

Represents a promotion threshold where the threshold is an item (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
 ThresholdableItem getThresholdableItem()
           
 void setThresholdableItem(ThresholdableItem thresholdableItem)
           
 
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

getThresholdableItem

public ThresholdableItem getThresholdableItem()
                                       throws SystemException
Throws:
SystemException

setThresholdableItem

public void setThresholdableItem(ThresholdableItem thresholdableItem)
                          throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25