com.ibm.commerce.command

Interface DataBeanCommand

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getDataBean

        DataBean getDataBean()
        This method gets the DataBean object that this DataBeanCommand populates.
        Returns:
        This method returns a DataBean object.
      • setDataBean

        void setDataBean(DataBean bean)
        This method sets the DataBean object that this DataBeanCommand populates.
        Parameters:
        bean - This is a DataBean object.
      • setRequestProperties

        void setRequestProperties(TypedProperty properties)
                           throws ECException
        This method is called by the DataBeanManager before invoking the execute method in this command.
        Parameters:
        properties - This is an object that represents the data type properties.
        Throws:
        ECException