com.retek.component.promotion
Interface PromotionBenefit
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Subinterfaces:
- GiftCertificateBenefit, ItemBenefit, LineMerchAmountBenefit, OrderMerchAmountBenefit, OrderServiceAmountBenefit, PlanCodeBenefit, SellingListItemBenefit
- public interface PromotionBenefit
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25