com.ibm.commerce.user.beans

Class PolicyAccountDescriptionDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, Delegator, com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBean, com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBean, java.io.Serializable


    public class PolicyAccountDescriptionDataBean
    extends com.ibm.commerce.user.beansrc.PolicyAccountDescriptionDataBeanBase
    implements com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBean, com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBean
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • PolicyAccountDescriptionDataBean

        public PolicyAccountDescriptionDataBean(java.lang.String aILanguageId,
                                                java.lang.String aIPolicyAccountId)
        Databean constructor.
        Parameters:
        aILanguageId - The language ID.
        aIPolicyAccountId - The policy account ID.
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyILanguageId

        public java.lang.String getDataBeanKeyILanguageId()
        Gets the key(language ID) of this data bean.
        Specified by:
        getDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBean
        Returns:
        The language ID.
      • getDataBeanKeyIPolicyAccountId

        public java.lang.String getDataBeanKeyIPolicyAccountId()
        Gets the key(policy account ID) of this data bean.
        Specified by:
        getDataBeanKeyIPolicyAccountId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBean
        Returns:
        The policy account ID.
      • getCommandContext

        public CommandContext getCommandContext()
        Gets 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
      • setDataBeanKeyILanguageId

        public void setDataBeanKeyILanguageId(java.lang.String aILanguageId)
        Sets the key (language ID) of this data bean.
        Specified by:
        setDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBean
        Parameters:
        aILanguageId - The language ID.
      • setDataBeanKeyIPolicyAccountId

        public void setDataBeanKeyIPolicyAccountId(java.lang.String aIPolicyAccountId)
        Sets the key (policy account ID) of this data bean.
        Specified by:
        setDataBeanKeyIPolicyAccountId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBean
        Parameters:
        aIPolicyAccountId - The policy account ID.
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception