com.retek.component.media
Interface SellingListItem

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
SellingListItemImpl

public interface SellingListItem
extends DistributedObject


Field Summary
static java.lang.String PAGE
           
static java.lang.String PRICE
           
static java.lang.String SELLING_LIST
           
static java.lang.String SELLING_SKU
           
 
Method Summary
 Money getDiscount()
           
 Money getDiscountPrice()
           
 java.lang.String getItemDescription()
           
 java.lang.String getMediaDisplayCode()
           
 java.lang.String getPageNumber()
           
 SellingList getParentSellingList()
           
 Money getRegularPrice()
           
 Quantity getReservableQuantity()
           
 SellingSku getSellingSku()
           
 boolean hasDiscount()
           
 boolean isBackordered()
           
 void setPageNumber(java.lang.String pageNumber)
           
 void setSellingSku(SellingSku sellingSku)
           
 
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

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
Method Detail

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

getReservableQuantity

public Quantity getReservableQuantity()
                               throws SystemException
Throws:
SystemException

hasDiscount

public boolean hasDiscount()
                    throws SystemException,
                           BusinessException
Throws:
SystemException
BusinessException


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