com.retek.component.promotion
Interface PromotionBenefit

All Superinterfaces:
BusinessObject, DistributedObject
All Known Subinterfaces:
GiftCertificateBenefit, ItemBenefit, LineMerchAmountBenefit, OrderMerchAmountBenefit, OrderServiceAmountBenefit, PlanCodeBenefit, SellingListItemBenefit
All Known Implementing Classes:
GiftCertificateBenefitImpl, ItemBenefitImpl, LineMerchAmountBenefitImpl, OrderMerchAmountBenefitImpl, OrderServiceAmountBenefitImpl, PlanCodeBenefitImpl, PromotionBenefitImpl, SellingListItemBenefitImpl

public interface PromotionBenefit
extends DistributedObject


Field Summary
static java.lang.String DOLLAR_OR_PERCENTOFF
           
static java.lang.String PROMOTION_DOLLAR_OFF
           
static java.lang.String PROMOTION_PERCENT_OFF
           
 
Method Summary
 Money getDollarOff()
           
 Percent getPercentOff()
           
 boolean isDollarOff()
           
 boolean isPercentOff()
           
 void setDollarOff(Money dollarOff)
           
 void setPercentOff(Percent percentOff)
           
 
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

DOLLAR_OR_PERCENTOFF

public static final java.lang.String DOLLAR_OR_PERCENTOFF
See Also:
Constant Field Values

PROMOTION_DOLLAR_OFF

public static final java.lang.String PROMOTION_DOLLAR_OFF
See Also:
Constant Field Values

PROMOTION_PERCENT_OFF

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

getPercentOff

public Percent getPercentOff()
                      throws SystemException
Throws:
SystemException

getDollarOff

public Money getDollarOff()
                   throws SystemException
Throws:
SystemException

isDollarOff

public boolean isDollarOff()
                    throws SystemException
Throws:
SystemException

isPercentOff

public boolean isPercentOff()
                     throws SystemException
Throws:
SystemException

setDollarOff

public void setDollarOff(Money dollarOff)
                  throws SystemException
Throws:
SystemException

setPercentOff

public void setPercentOff(Percent percentOff)
                   throws SystemException
Throws:
SystemException


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