com.ibm.commerce.member.facade.server.commands

Class UserRegistrationEmailActivateResendCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The name of the class.
    • Constructor Detail

      • UserRegistrationEmailActivateResendCmdImpl

        public UserRegistrationEmailActivateResendCmdImpl()
    • Method Detail

      • getLogonId

        public java.lang.String getLogonId()
        This method retrieves the logon ID to use when doing the credential check.
        Returns:
        The logon ID.
      • getLogonPassword

        public java.lang.String getLogonPassword()
        This method retrieves the password to use for authentication with the logon ID.
        Returns:
        The password.
      • getEmail1

        public java.lang.String getEmail1()
        This method retrieves the email.
        Returns:
        The value of email1.
      • setLogonId

        public void setLogonId(java.lang.String strLogonId)
        This method sets the logon ID.
        Specified by:
        setLogonId in interface UserRegistrationEmailActivateResendCmd
        Parameters:
        strLogonId - The logon ID to use when doing the credential check.
      • setLogonPassword

        public void setLogonPassword(java.lang.String strPassword)
        This method sets the logon password.
        Specified by:
        setLogonPassword in interface UserRegistrationEmailActivateResendCmd
        Parameters:
        strPassword - The password to use when doing the credential check.
      • setEmail1

        public void setEmail1(java.lang.String strEmail1)
        This method sets the e-mail address be used to send the activation message.
        Specified by:
        setEmail1 in interface UserRegistrationEmailActivateResendCmd
        Parameters:
        strEmail1 - The e-mail to be used to send the activation message.