com.retek.component.media
Interface SellingListItem
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface SellingListItem
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
PRICE
public static final java.lang.String PRICE
- See Also:
- Constant Field Values
PAGE
public static final java.lang.String PAGE
- See Also:
- Constant Field Values
SELLING_SKU
public static final java.lang.String SELLING_SKU
- See Also:
- Constant Field Values
SELLING_LIST
public static final java.lang.String SELLING_LIST
- See Also:
- Constant Field Values
setSellingSku
public void setSellingSku(SellingSku sellingSku)
throws SystemException
- Throws:
SystemException
setPageNumber
public void setPageNumber(java.lang.String pageNumber)
throws SystemException
- Throws:
SystemException
getParentSellingList
public SellingList getParentSellingList()
throws SystemException
- Throws:
SystemException
getPageNumber
public java.lang.String getPageNumber()
throws SystemException
- Throws:
SystemException
getSellingSku
public SellingSku getSellingSku()
throws SystemException
- Throws:
SystemException
getMediaDisplayCode
public java.lang.String getMediaDisplayCode()
throws SystemException
- Throws:
SystemException
getItemDescription
public java.lang.String getItemDescription()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getRegularPrice
public Money getRegularPrice()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getDiscountPrice
public Money getDiscountPrice()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getDiscount
public Money getDiscount()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
isBackordered
public boolean isBackordered()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
hasDiscount
public boolean hasDiscount()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25