com.retek.component.promotion
Interface PlanCodeBenefit

All Superinterfaces:
BusinessObject, DistributedObject, PromotionBenefit
All Known Implementing Classes:
PlanCodeBenefitImpl

public interface PlanCodeBenefit
extends PromotionBenefit


Field Summary
static java.lang.String PLAN_CODE
           
 
Fields inherited from interface com.retek.component.promotion.PromotionBenefit
DOLLAR_OR_PERCENTOFF, PROMOTION_DOLLAR_OFF, PROMOTION_PERCENT_OFF
 
Method Summary
 void addPaymentPlanCode(PaymentPlanCode paymentPlanCode)
           
 java.util.Set getPaymentPlanCodes()
           
 
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

PLAN_CODE

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

addPaymentPlanCode

public void addPaymentPlanCode(PaymentPlanCode paymentPlanCode)
                        throws SystemException
Throws:
SystemException

getPaymentPlanCodes

public java.util.Set getPaymentPlanCodes()
                                  throws SystemException
Throws:
SystemException


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