Class AdminUserInfo
java.lang.Object
com.broadleafcommerce.vendor.domain.request.AdminUserInfo
- All Implemented Interfaces:
Serializable
Admin user related information used as part of a vendor creation event.
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
An email address to create an admin user for assigned to this vendor.getName()
The name for the new admin user.The desired password for the new admin user.int
hashCode()
void
setEmailAddress
(String emailAddress) An email address to create an admin user for assigned to this vendor.void
The name for the new admin user.void
setPassword
(String password) The desired password for the new admin user.toString()
-
Constructor Details
-
AdminUserInfo
public AdminUserInfo()
-
-
Method Details
-
getName
The name for the new admin user.- Returns:
- The name for the new admin user.
-
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
The desired password for the new admin user.- Returns:
- The desired password for the new admin user.
-
setName
The name for the new admin user.- Parameters:
name
- The name for the new admin user.
-
setEmailAddress
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
The desired password for the new admin user.- Parameters:
adminUserPassword
- The desired password for the new admin user.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-