Klasse TurbineUserImpl
java.lang.Object
org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
org.apache.fulcrum.security.model.turbine.entity.impl.AbstractTurbineSecurityEntityImpl
org.apache.fulcrum.security.model.turbine.entity.impl.TurbineUserImpl
- Alle implementierten Schnittstellen:
- Serializable,- ExtendedUser,- SecurityEntity,- User,- TurbineUser,- TurbineUserGroupRoleEntity
Represents the "turbine" model where permissions are in a many to many
 relationship to roles, roles are related to groups are related to users, all
 in many to many relationships.
- Version:
- $Id: TurbineUser.java 437451 2006-08-27 20:20:44Z tv $
- Autor:
- Eric Pugh
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibunggetEmail()Returns the email address of the userReturns the first name of the UserReturns the last name of the Userbyte[]Returns the value of the objectdata for this user.Get the passwordinthashCode()Calculate a hash code for this objectvoidSets the new email address of the uservoidsetFirstName(String firstName) Sets the first name of the UservoidsetLastName(String lastName) Sets the last name of UservoidsetObjectdata(byte[] objectdata) Sets the value of the objectdata for the uservoidsetPassword(String password) Set the passwordVon Klasse geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.impl.AbstractTurbineSecurityEntityImpladdUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSetVon Klasse geerbte Methoden org.apache.fulcrum.security.entity.impl.SecurityEntityImplequals, getId, getName, setId, setName, toStringVon Klasse geerbte Methoden java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.SecurityEntitygetId, getName, setId, setNameVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntityaddUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
- 
Konstruktordetails- 
TurbineUserImplpublic TurbineUserImpl()
 
- 
- 
Methodendetails- 
getPasswordGet the password- Angegeben von:
- getPasswordin Schnittstelle- User
- Gibt zurück:
- the password
 
- 
setPasswordSet the password- Angegeben von:
- setPasswordin Schnittstelle- User
- Parameter:
- password- the new password
 
- 
getFirstNameReturns the first name of the User- Angegeben von:
- getFirstNamein Schnittstelle- ExtendedUser
- Gibt zurück:
- The first name of the User
 
- 
setFirstNameSets the first name of the User- Angegeben von:
- setFirstNamein Schnittstelle- ExtendedUser
- Parameter:
- firstName- The new first name of the User
 
- 
getLastNameReturns the last name of the User- Angegeben von:
- getLastNamein Schnittstelle- ExtendedUser
- Gibt zurück:
- The last name of the User
 
- 
setLastNameSets the last name of User- Angegeben von:
- setLastNamein Schnittstelle- ExtendedUser
- Parameter:
- lastName- The new last name of the User
 
- 
getEmailReturns the email address of the user- Angegeben von:
- getEmailin Schnittstelle- ExtendedUser
- Gibt zurück:
- The email address of the user
 
- 
setEmailSets the new email address of the user- Angegeben von:
- setEmailin Schnittstelle- ExtendedUser
- Parameter:
- email- The new email address of the user
 
- 
getObjectdatapublic byte[] getObjectdata()Returns the value of the objectdata for this user. Objectdata is a storage area used to store the permanent storage table from the User object.- Angegeben von:
- getObjectdatain Schnittstelle- ExtendedUser
- Gibt zurück:
- The bytes in the objectdata for this user
 
- 
setObjectdatapublic void setObjectdata(byte[] objectdata) Sets the value of the objectdata for the user- Angegeben von:
- setObjectdatain Schnittstelle- ExtendedUser
- Parameter:
- objectdata- The new permanent storage for the user
 
- 
hashCodepublic int hashCode()Calculate a hash code for this object- Setzt außer Kraft:
- hashCodein Klasse- SecurityEntityImpl
- Siehe auch:
 
 
-