com.ibm.commerce.catalog.beans

Class OperatorDataBean

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


    public class OperatorDataBean
    extends com.ibm.commerce.catalog.beansrc.OperatorDataBeanBase
    implements com.ibm.commerce.catalog.beans.OperatorInputDataBean, com.ibm.commerce.catalog.beans.OperatorSmartDataBean
    This beans represents the Operator. The operator is used to specify the method of performing the operation. This bean maps to the OPERATOR database table

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

    Access Beans: Operator

    Mandatory Parameters (for single row retrieval):

    • operator ID

    Some hints and tips for using this data bean are:

    • It is important to set the operator ID value 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

      • OperatorDataBean

        public OperatorDataBean()
    • Method Detail

      • setRequestProperties

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

        public java.lang.String getDataBeanKeyOperatorId()
        Gets the Operator ID.
        Specified by:
        getDataBeanKeyOperatorId in interface com.ibm.commerce.catalog.beans.OperatorSmartDataBean
        Returns:
        the Operator 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 value to be set.
      • setDataBeanKeyOperatorId

        public void setDataBeanKeyOperatorId(java.lang.String aOperatorId)
        Sets the Operator ID.
        Specified by:
        setDataBeanKeyOperatorId in interface com.ibm.commerce.catalog.beans.OperatorInputDataBean
        Parameters:
        aOperatorId - the Operator ID to be set.