com.retek.component.promotion
Interface OrderCurrencyAmountThreshold

All Superinterfaces:
BusinessObject, DistributedObject, PromotionThreshold
All Known Implementing Classes:
OrderCurrencyAmountThresholdImpl

public interface OrderCurrencyAmountThreshold
extends PromotionThreshold

Represents a promotion threshold where the threshold that must be reached to receive the promotion's benefit is the purchase a specified amount of merchandise.

Retek Inc. Copyright (c) 2003


Field Summary
 
Fields inherited from interface com.retek.component.promotion.PromotionThreshold
CURRENCY_AMOUNT, QUANTITY
 
Method Summary
 Money getAmount()
           
 void setAmount(Money amount)
           
 
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

getAmount

public Money getAmount()
                throws SystemException
Throws:
SystemException

setAmount

public void setAmount(Money amount)
               throws SystemException
Throws:
SystemException


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