com.retek.component.promotion
Interface GiftCertificateBenefit

All Superinterfaces:
BusinessObject, DistributedObject, PromotionBenefit

public interface GiftCertificateBenefit
extends PromotionBenefit

Represents a promotion benefit where the benefit received by the promotion is a Gift Certificate.


Field Summary
static java.lang.String AMOUNT
           
 
Fields inherited from interface com.retek.component.promotion.PromotionBenefit
DOLLAR_OR_PERCENTOFF, PROMOTION_DOLLAR_OFF, PROMOTION_PERCENT_OFF
 
Method Summary
 Money getAmount()
           
 void setAmount(Money giftCertificateAmount)
           
 
Methods inherited from interface com.retek.component.promotion.PromotionBenefit
getDollarOff, getPercentOff, isDollarOff, isPercentOff, setDollarOff, setPercentOff
 
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
 

Field Detail

AMOUNT

public static final java.lang.String AMOUNT
See Also:
Constant Field Values
Method Detail

setAmount

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

getAmount

public Money getAmount()
                throws SystemException
Throws:
SystemException


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