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
-
TurbineUserGroupRole
public TurbineUserGroupRole()
-
-
Methodendetails
-
getGroup
Get the group- Gibt zurück:
- Returns the group.
-
getRole
Get the role- Gibt zurück:
- Returns the role.
-
getUser
Get the user- Gibt zurück:
- Returns the user.
-
setGroup
Set the group- Parameter:
group
- The group to set.
-
setRole
Set the role- Parameter:
role
- The role to set.
-
setUser
Set the user- Parameter:
user
- The user to set.
-
equals
-
hashCode
public int hashCode() -
toString
-