Klasse TurbineUserGroupRole
java.lang.Object
org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRole
- Alle implementierten Schnittstellen:
- Serializable
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$
- Autor:
- Eric Pugh
- Siehe auch:
- 
Konstruktordetails- 
TurbineUserGroupRolepublic TurbineUserGroupRole()
 
- 
- 
Methodendetails- 
getGroupGet the group- Gibt zurück:
- Returns the group.
 
- 
getRoleGet the role- Gibt zurück:
- Returns the role.
 
- 
getUserGet the user- Gibt zurück:
- Returns the user.
 
- 
setGroupSet the group- Parameter:
- group- The group to set.
 
- 
setRoleSet the role- Parameter:
- role- The role to set.
 
- 
setUserSet the user- Parameter:
- user- The user to set.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-