com.ibm.commerce.user.beans

Class PolicyPasswordDescriptionDataBean

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


    public class PolicyPasswordDescriptionDataBean
    extends com.ibm.commerce.user.beansrc.PolicyPasswordDescriptionDataBeanBase
    implements com.ibm.commerce.user.beans.PolicyPasswordDescriptionInputDataBean, com.ibm.commerce.user.beans.PolicyPasswordDescriptionSmartDataBean
    This data bean is for the language-dependent description information related to a password policy.
    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

      • PolicyPasswordDescriptionDataBean

        public PolicyPasswordDescriptionDataBean(java.lang.String aIPolicyPasswordId,
                                                 java.lang.String aILanguageId)
        Databean constructor.
        Parameters:
        aIPolicyPasswordId - The policy password ID.
        aILanguageId - The language 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
      • getDataBeanKeyIPolicyPasswordId

        public java.lang.String getDataBeanKeyIPolicyPasswordId()
        Gets the key (policy password ID) of this data bean.
        Specified by:
        getDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordDescriptionSmartDataBean
        Returns:
        The policy password ID.
      • 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.PolicyPasswordDescriptionSmartDataBean
        Returns:
        The language 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
      • setDataBeanKeyIPolicyPasswordId

        public void setDataBeanKeyIPolicyPasswordId(java.lang.String aIPolicyPasswordId)
        Sets the key (policy password ID) of this data bean.
        Specified by:
        setDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordDescriptionInputDataBean
        Parameters:
        aIPolicyPasswordId - The policy password ID.
      • 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.PolicyPasswordDescriptionInputDataBean
        Parameters:
        aILanguageId - The language ID.
      • populate

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