com.ibm.commerce.taxation.beans

Class TaxCategoryDescriptionDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, Delegator, com.ibm.commerce.taxation.beans.TaxCategoryDescriptionInputDataBean, com.ibm.commerce.taxation.beans.TaxCategoryDescriptionSmartDataBean, java.io.Serializable


    public class TaxCategoryDescriptionDataBean
    extends com.ibm.commerce.taxation.beansrc.TaxCategoryDescriptionDataBeanBase
    implements com.ibm.commerce.taxation.beans.TaxCategoryDescriptionInputDataBean, com.ibm.commerce.taxation.beans.TaxCategoryDescriptionSmartDataBean
    This databean represents a TaxCategoryDescription object.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • TaxCategoryDescriptionDataBean

        public TaxCategoryDescriptionDataBean(java.lang.String aTaxCategoryId,
                                              java.lang.String aLanguageId)
        Databean constructor.
        Parameters:
        aTaxCategoryId - java.lang.String
        aLanguageId - java.lang.String
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method returns the request property set within this bean.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        com.ibm.commerce.datatype.TypedProperty
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        This method sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty -
      • getDataBeanKeyTaxCategoryId

        public java.lang.String getDataBeanKeyTaxCategoryId()
        This method returns TaxCategoryId.
        Specified by:
        getDataBeanKeyTaxCategoryId in interface com.ibm.commerce.taxation.beans.TaxCategoryDescriptionSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyLanguageId

        public java.lang.String getDataBeanKeyLanguageId()
        This method returns LanguageId.
        Specified by:
        getDataBeanKeyLanguageId in interface com.ibm.commerce.taxation.beans.TaxCategoryDescriptionSmartDataBean
        Returns:
        java.lang.String
      • getCommandContext

        public CommandContext getCommandContext()
        This method returns the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • setCommandContext

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

        public void setDataBeanKeyTaxCategoryId(java.lang.String aTaxCategoryId)
        This method sets TaxCategoryId.
        Specified by:
        setDataBeanKeyTaxCategoryId in interface com.ibm.commerce.taxation.beans.TaxCategoryDescriptionInputDataBean
        Parameters:
        aTaxCategoryId - java.lang.String
      • setDataBeanKeyLanguageId

        public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
        This method sets LanguageId.
        Specified by:
        setDataBeanKeyLanguageId in interface com.ibm.commerce.taxation.beans.TaxCategoryDescriptionInputDataBean
        Parameters:
        aLanguageId - java.lang.String
      • populate

        public void populate()
        This method is used to populate the TaxCategoryDescriptionDataBean. You must set the data bean key using the set data bean key method before running the populate() method.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception