public class TurbineUserGroupRole extends Object implements Serializable
| Constructor and Description |
|---|
TurbineUserGroupRole() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Group |
getGroup()
Get the group
|
Role |
getRole()
Get the role
|
User |
getUser()
Get the user
|
int |
hashCode() |
void |
setGroup(Group group)
Set the group
|
void |
setRole(Role role)
Set the role
|
void |
setUser(User user)
Set the user
|
String |
toString() |
public Group getGroup()
public Role getRole()
public User getUser()
public void setGroup(Group group)
group - The group to set.public void setRole(Role role)
role - The role to set.public void setUser(User user)
user - The user to set.Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.