Class TurbineUserGroupRole
java.lang.Object
org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRole
- All Implemented Interfaces:
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$
- Author:
- Eric Pugh
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TurbineUserGroupRole
public TurbineUserGroupRole()
-
-
Method Details
-
getGroup
Get the group- Returns:
- Returns the group.
-
getRole
Get the role- Returns:
- Returns the role.
-
getUser
Get the user- Returns:
- Returns the user.
-
setGroup
Set the group- Parameters:
group
- The group to set.
-
setRole
Set the role- Parameters:
role
- The role to set.
-
setUser
Set the user- Parameters:
user
- The user to set.
-
equals
-
hashCode
public int hashCode() -
toString
-