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.
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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