java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsGroupLookup

public class WsGroupLookup extends Object
 Class to lookup a group via web service
 
 developers make sure each setter calls this.clearGroup();
 
  • Constructor Details

    • WsGroupLookup

      public WsGroupLookup()
    • WsGroupLookup

      public WsGroupLookup(String theGroupName, String groupUuid)
      construct with fields
      Parameters:
      theGroupName -
      groupUuid -
    • WsGroupLookup

      public WsGroupLookup(String theGroupName, String groupUuid, String groupIdIndex)
      construct with fields
      Parameters:
      theGroupName -
      groupUuid -
      groupIdIndex -
  • Method Details

    • getIdIndex

      public String getIdIndex()
      integer ID for object
      Returns:
      the id
    • setIdIndex

      public void setIdIndex(String idIndex1)
      integer ID for object
      Parameters:
      idIndex1 -
    • getUuid

      public String getUuid()
      uuid of the group to find
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid1)
      uuid of the group to find
      Parameters:
      uuid1 - the uuid to set
    • getGroupName

      public String getGroupName()
      name of the group to find (includes stems, e.g. stem1:stem2:groupName
      Returns:
      the theName
    • setGroupName

      public void setGroupName(String theName)
      name of the group to find (includes stems, e.g. stem1:stem2:groupName
      Parameters:
      theName - the theName to set