com.ibm.commerce.catalog.beans

Class CatalogGroupAttributeDataBean

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


    public class CatalogGroupAttributeDataBean
    extends com.ibm.commerce.catalog.beansrc.CatalogGroupAttributeDataBeanBase
    implements com.ibm.commerce.catalog.beans.CatalogGroupAttributeInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupAttributeSmartDataBean
    This bean represents the attribute of a catalog group. For example, if the catalog group is 'skirt', then a possible attribute may be the size of the skirt.

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

    Access Beans: CatalogGroupAttribute

    Mandatory Parameters (for single row retrieval):

    • attribute reference number, language ID

    Some hints and tips for using this data bean are:

    • It is important to set the attribute reference number, language ID 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
        IBM internal use only.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogGroupAttributeDataBean

        public CatalogGroupAttributeDataBean()
    • Method Detail

      • setRequestProperties

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

        public java.lang.String getDataBeanKeyAttributeReferenceNumber()
        Gets the reference number for the catalog group attribute.
        Specified by:
        getDataBeanKeyAttributeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeSmartDataBean
        Returns:
        the catalog group attribute reference number
      • getDataBeanKeyLanguage_id

        public java.lang.String getDataBeanKeyLanguage_id()
        Gets the language ID for the catalog group attribute.
        Specified by:
        getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeSmartDataBean
        Returns:
        the language ID
      • setCommandContext

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

        public void setDataBeanKeyAttributeReferenceNumber(java.lang.String aAttributeReferenceNumber)
        Sets the reference number of the catalog group attribute.
        Specified by:
        setDataBeanKeyAttributeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeInputDataBean
        Parameters:
        aAttributeReferenceNumber - the catalog group attribute reference number
      • setDataBeanKeyLanguage_id

        public void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
        Sets the language ID for the attribute. The language ID value must be equal to an entry in the LANGUAGE database table.
        Specified by:
        setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogGroupAttributeInputDataBean
        Parameters:
        aLanguage_id - the language ID