java.lang.Object
edu.internet2.middleware.grouperVoot.beans.VootGroup

public class VootGroup extends Object
VOOT group bean that gets transformed to json.
  • Constructor Details

    • VootGroup

      public VootGroup()
      Default constructor.
    • VootGroup

      public VootGroup(Group group)
      Construct with group.
      Parameters:
      group - the group to be used to value fields.
  • Method Details

    • equals

      public boolean equals(Object otherVootGroup)
      Method to check if an object is equal to the current object.
      Overrides:
      equals in class Object
      Parameters:
      otherVootGroup - the other object to check
    • getVoot_membership_role

      public String getVoot_membership_role()
      Return the VOOT membership role (being either "manager", "admin" or "member").
      Returns:
      the VOOT membership role.
    • setVoot_membership_role

      public void setVoot_membership_role(String voot_membership_role1)
      Set the VOOT membership role (being either "manager", "admin" or "member").
      Parameters:
      voot_membership_role1 - the VOOT membership role.
    • getId

      public String getId()
      Get system name (or unique ID) of the group.
      Returns:
      system name of the group.
    • setId

      public void setId(String id1)
      Set system name (or unique ID) of the group.
      Parameters:
      id1 - system name of the group.
    • getName

      public String getName()
      Get the display name of the group.
      Returns:
      display name of the group.
    • setName

      public void setName(String name1)
      Set the display name of the group.
      Parameters:
      name - display name of the group.
    • getDescription

      public String getDescription()
      Get description of the group.
      Returns:
      description of the group.
    • setDescription

      public void setDescription(String description1)
      Set description of the group.
      Parameters:
      description1 - description of the group.