com.ibm.commerce.user.beans

Class MemberAttributeIntegerValueDataBean

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


    public class MemberAttributeIntegerValueDataBean
    extends com.ibm.commerce.user.beansrc.MemberAttributeIntegerValueDataBeanBase
    implements com.ibm.commerce.user.beans.MemberAttributeIntegerValueInputDataBean, com.ibm.commerce.user.beans.MemberAttributeIntegerValueSmartDataBean
    The data bean displays the custom member attributes of a member that are of type 'INTEGER'.
    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

      • MemberAttributeIntegerValueDataBean

        public MemberAttributeIntegerValueDataBean()
    • 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
      • getDataBeanKeyMemberAttributeValueId

        public java.lang.String getDataBeanKeyMemberAttributeValueId()
        Gets the key(member attribute value id) of this data bean.
        Specified by:
        getDataBeanKeyMemberAttributeValueId in interface com.ibm.commerce.user.beans.MemberAttributeIntegerValueSmartDataBean
        Returns:
        The key of this data bean.
      • 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
      • setDataBeanKeyMemberAttributeValueId

        public void setDataBeanKeyMemberAttributeValueId(java.lang.String aMemberAttributeValueId)
        Sets the key(member attribute value id) of this data bean.
        Specified by:
        setDataBeanKeyMemberAttributeValueId in interface com.ibm.commerce.user.beans.MemberAttributeIntegerValueInputDataBean
        Parameters:
        aMemberAttributeValueId - The key of this data bean.
      • populate

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