public class TurbineUserImpl extends AbstractTurbineSecurityEntityImpl implements TurbineUser
| Constructor and Description |
|---|
TurbineUserImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Returns the email address of the user
|
String |
getFirstName()
Returns the first name of the User
|
String |
getLastName()
Returns the last name of the User
|
byte[] |
getObjectdata()
Returns the value of the objectdata for this user.
|
String |
getPassword()
Get the password
|
int |
hashCode()
Calculate a hash code for this object
|
void |
setEmail(String email)
Sets the new email address of the user
|
void |
setFirstName(String firstName)
Sets the first name of the User
|
void |
setLastName(String lastName)
Sets the last name of User
|
void |
setObjectdata(byte[] objectdata)
Sets the value of the objectdata for the user
|
void |
setPassword(String password)
Set the password
|
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSetequals, getId, getName, setId, setName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getName, setId, setNameaddUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSetpublic String getPassword()
getPassword in interface Userpublic void setPassword(String password)
setPassword in interface Userpassword - the new passwordpublic String getFirstName()
getFirstName in interface ExtendedUserpublic void setFirstName(String firstName)
setFirstName in interface ExtendedUserfirstName - The new first name of the Userpublic String getLastName()
getLastName in interface ExtendedUserpublic void setLastName(String lastName)
setLastName in interface ExtendedUserlastName - The new last name of the Userpublic String getEmail()
getEmail in interface ExtendedUserpublic void setEmail(String email)
setEmail in interface ExtendedUseremail - The new email address of the userpublic byte[] getObjectdata()
getObjectdata in interface ExtendedUserpublic void setObjectdata(byte[] objectdata)
setObjectdata in interface ExtendedUserobjectdata - The new permanent storage for the userpublic int hashCode()
hashCode in class SecurityEntityImplSecurityEntityImpl.hashCode()Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.