com.ibm.commerce.command

Class DataBeanCommandImpl

  • java.lang.Object
    • Field Detail

      • EURO_CODE

        public static final java.lang.String EURO_CODE
        This is the code for the Euro currency.
        See Also:
        Constant Field Values
      • emptyString

        public static final java.lang.String emptyString
        This is an empty String.
    • Constructor Detail

      • DataBeanCommandImpl

        public DataBeanCommandImpl()
    • Method Detail

      • getDataBean

        public final DataBean getDataBean()
        This method gets the data bean associated with this data bean command.
        Specified by:
        getDataBean in interface DataBeanCommand
        Returns:
        This method returns a DataBean object.
      • populateDataBeanCommand

        public void populateDataBeanCommand(InputDataBean aDataBean)
        This method populates the input data bean.
        Parameters:
        aDataBean - This is the DataBean object to be populated.
      • setDataBean

        public final void setDataBean(DataBean newDataBean)
        This method sets the data bean associated with this command.
        Specified by:
        setDataBean in interface DataBeanCommand
        Parameters:
        newDataBean - This is a DataBean object.
      • setRequestProperties

        public void setRequestProperties(TypedProperty val)
        This method sets request properties associated with this command.
        Specified by:
        setRequestProperties in interface DataBeanCommand
        Parameters:
        val - This is a TypedProperties object.