com.ibm.commerce.catalog.beans

Class ListPriceDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.catalog.beans.ListPriceInputDataBean, com.ibm.commerce.catalog.beans.ListPriceSmartDataBean, Delegator, java.io.Serializable


    public class ListPriceDataBean
    extends com.ibm.commerce.catalog.beansrc.ListPriceDataBeanBase
    implements com.ibm.commerce.catalog.beans.ListPriceInputDataBean, com.ibm.commerce.catalog.beans.ListPriceSmartDataBean
    This bean represents a list price.

    You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.

    Access Beans: ListPrice

    Mandatory Parameters (for single row retrieval):

    • catalog entry reference number, currency

    Some hints and tips for using this data bean are:

    • It is important to set the Catalog entry reference number, and Currency values before activating the data bean
    • You can set parameters using the setters

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ListPriceDataBean

        public ListPriceDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean. The following values are set in this method: catalog entry reference number currency
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - the request property
      • getDataBeanKeyCatalogEntryReferenceNumber

        public java.lang.String getDataBeanKeyCatalogEntryReferenceNumber()
        Gets the catalog entry reference number.
        Specified by:
        getDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.ListPriceSmartDataBean
        Returns:
        the catalog entry reference number.
      • getDataBeanKeyCurrency

        public java.lang.String getDataBeanKeyCurrency()
        Gets the currency.
        Specified by:
        getDataBeanKeyCurrency in interface com.ibm.commerce.catalog.beans.ListPriceSmartDataBean
        Returns:
        the currency.
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - the command context.
      • setDataBeanKeyCatalogEntryReferenceNumber

        public void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
        Sets the catalog entry reference number.
        Specified by:
        setDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.ListPriceInputDataBean
        Parameters:
        aCatalogEntryReferenceNumber - the catalog entry reference number.
      • setDataBeanKeyCurrency

        public void setDataBeanKeyCurrency(java.lang.String aCurrency)
        Sets the currency.
        Specified by:
        setDataBeanKeyCurrency in interface com.ibm.commerce.catalog.beans.ListPriceInputDataBean
        Parameters:
        aCurrency - the currency.