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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanAn 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.inthashCode()voidsetEmailAddress(String emailAddress) An email address to create an admin user for assigned to this vendor.voidThe name for the new admin user.voidsetPassword(String password) The desired password for the new admin user.toString()
- 
Constructor Details- 
AdminUserInfopublic AdminUserInfo()
 
- 
- 
Method Details- 
getNameThe name for the new admin user.- Returns:
- The name for the new admin user.
 
- 
getEmailAddressAn email address to create an admin user for assigned to this vendor.- Returns:
- The email address to create an admin user for.
 
- 
getPasswordThe desired password for the new admin user.- Returns:
- The desired password for the new admin user.
 
- 
setNameThe name for the new admin user.- Parameters:
- name- The name for the new admin user.
 
- 
setEmailAddressAn email address to create an admin user for assigned to this vendor.- Parameters:
- adminUserEmailAddress- The email address to create an admin user for.
 
- 
setPasswordThe desired password for the new admin user.- Parameters:
- adminUserPassword- The desired password for the new admin user.
 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-