Class VootGroup
java.lang.Object
edu.internet2.middleware.grouperVoot.beans.VootGroup
VOOT group bean that gets transformed to json.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Method to check if an object is equal to the current object.Get description of the group.getId()
Get system name (or unique ID) of the group.getName()
Get the display name of the group.Return the VOOT membership role (being either "manager", "admin" or "member").void
setDescription
(String description1) Set description of the group.void
Set system name (or unique ID) of the group.void
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").
-
Constructor Details
-
VootGroup
public VootGroup()Default constructor. -
VootGroup
Construct with group.- Parameters:
group
- the group to be used to value fields.
-
-
Method Details
-
equals
Method to check if an object is equal to the current object. -
getVoot_membership_role
Return the VOOT membership role (being either "manager", "admin" or "member").- Returns:
- the VOOT membership role.
-
setVoot_membership_role
Set the VOOT membership role (being either "manager", "admin" or "member").- Parameters:
voot_membership_role1
- the VOOT membership role.
-
getId
Get system name (or unique ID) of the group.- Returns:
- system name of the group.
-
setId
Set system name (or unique ID) of the group.- Parameters:
id1
- system name of the group.
-
getName
Get the display name of the group.- Returns:
- display name of the group.
-
setName
Set the display name of the group.- Parameters:
name
- display name of the group.
-
getDescription
Get description of the group.- Returns:
- description of the group.
-
setDescription
Set description of the group.- Parameters:
description1
- description of the group.
-