com.retek.component.promotion
Interface SellingListItemBenefit

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

public interface SellingListItemBenefit
extends PromotionBenefit

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


Field Summary
static java.lang.String AMOUNT
           
static java.lang.String SELLING_LIST_ITEM
           
 
Fields inherited from interface com.retek.component.promotion.PromotionBenefit
DOLLAR_OR_PERCENTOFF, PROMOTION_DOLLAR_OFF, PROMOTION_PERCENT_OFF
 
Method Summary
 Money getAmount()
           
 SellingListItem getSellingListItem()
           
 boolean isAmount()
           
 void setAmount(Money money)
           
 void setSellingListItem(SellingListItem sellingListItem)
           
 
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

SELLING_LIST_ITEM

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

AMOUNT

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

setAmount

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

getAmount

public Money getAmount()
                throws SystemException
Throws:
SystemException

isAmount

public boolean isAmount()
                 throws SystemException
Throws:
SystemException

setSellingListItem

public void setSellingListItem(SellingListItem sellingListItem)
                        throws SystemException
Throws:
SystemException

getSellingListItem

public SellingListItem getSellingListItem()
                                   throws SystemException
Throws:
SystemException


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