Class AdminUserInfo

java.lang.Object
com.broadleafcommerce.vendor.domain.request.AdminUserInfo
All Implemented Interfaces:
Serializable

public class AdminUserInfo extends Object implements Serializable
Admin user related information used as part of a vendor creation event.
Author:
Jon Fleschler (jfleschler)
See Also:
  • Constructor Details

    • AdminUserInfo

      public AdminUserInfo()
  • Method Details

    • getName

      public String getName()
      The name for the new admin user.
      Returns:
      The name for the new admin user.
    • getEmailAddress

      public String getEmailAddress()
      An email address to create an admin user for assigned to this vendor.
      Returns:
      The email address to create an admin user for.
    • getPassword

      public String getPassword()
      The desired password for the new admin user.
      Returns:
      The desired password for the new admin user.
    • setName

      public void setName(String name)
      The name for the new admin user.
      Parameters:
      name - The name for the new admin user.
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
      An email address to create an admin user for assigned to this vendor.
      Parameters:
      adminUserEmailAddress - The email address to create an admin user for.
    • setPassword

      public void setPassword(String password)
      The desired password for the new admin user.
      Parameters:
      adminUserPassword - The desired password for the new admin user.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object