com.retek.component.promotion
Interface SellingListItemBenefit
- All Superinterfaces:
- BusinessObject, DistributedObject, PromotionBenefit
- 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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25