public class VootGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VootGroup.GroupRoles
Enum to represent group roles.
|
| Constructor and Description |
|---|
VootGroup()
Default constructor.
|
VootGroup(edu.internet2.middleware.grouper.Group group)
Construct with group.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherVootGroup)
Method to check if an object is equal to the current object.
|
String |
getDescription()
Get description of the group.
|
String |
getId()
Get system name (or unique ID) of the group.
|
String |
getName()
Get the display name of the group.
|
String |
getVoot_membership_role()
Return the VOOT membership role (being either "manager", "admin" or "member").
|
void |
setDescription(String description1)
Set description of the group.
|
void |
setId(String id1)
Set system name (or unique ID) of the group.
|
void |
setName(String name1)
Set the display name of the group.
|
void |
setVoot_membership_role(String voot_membership_role1)
Set the VOOT membership role (being either "manager", "admin" or "member").
|
public VootGroup()
public VootGroup(edu.internet2.middleware.grouper.Group group)
group - the group to be used to value fields.public boolean equals(Object otherVootGroup)
public String getVoot_membership_role()
public void setVoot_membership_role(String voot_membership_role1)
voot_membership_role1 - the VOOT membership role.public String getId()
public void setId(String id1)
id1 - system name of the group.public String getName()
public void setName(String name1)
name - display name of the group.public String getDescription()
public void setDescription(String description1)
description1 - description of the group.Copyright © 2016 Internet2. All rights reserved.