com.retek.component.promotion
Interface ItemBenefit

All Superinterfaces:
BusinessObject, DistributedObject, PromotionBenefit

public interface ItemBenefit
extends PromotionBenefit

Represents a promotion benefit where the benefit received by the promotion is a SellingItem or SellingSku.


Field Summary
static java.lang.String RECEIVABLE_ITEM
           
 
Fields inherited from interface com.retek.component.promotion.PromotionBenefit
DOLLAR_OR_PERCENTOFF, PROMOTION_DOLLAR_OFF, PROMOTION_PERCENT_OFF
 
Method Summary
 ReceivableItem getReceivableItem()
           
 void setReceivableItem(ReceivableItem receiveItem)
           
 
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

RECEIVABLE_ITEM

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

setReceivableItem

public void setReceivableItem(ReceivableItem receiveItem)
                       throws SystemException
Throws:
SystemException

getReceivableItem

public ReceivableItem getReceivableItem()
                                 throws SystemException
Throws:
SystemException


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