Class WsGroupLookup
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsGroupLookup
Class to lookup a group via web service developers make sure each setter calls this.clearGroup();
-
Constructor Summary
ConstructorsConstructorDescriptionWsGroupLookup(String theGroupName, String groupUuid) construct with fieldsWsGroupLookup(String theGroupName, String groupUuid, String groupIdIndex) construct with fields -
Method Summary
Modifier and TypeMethodDescriptionname of the group to find (includes stems, e.g. stem1:stem2:groupNameinteger ID for objectgetUuid()uuid of the group to findvoidsetGroupName(String theName) name of the group to find (includes stems, e.g. stem1:stem2:groupNamevoidsetIdIndex(String idIndex1) integer ID for objectvoiduuid of the group to find
-
Constructor Details
-
WsGroupLookup
public WsGroupLookup() -
WsGroupLookup
construct with fields- Parameters:
theGroupName-groupUuid-
-
WsGroupLookup
construct with fields- Parameters:
theGroupName-groupUuid-groupIdIndex-
-
-
Method Details
-
getIdIndex
integer ID for object- Returns:
- the id
-
setIdIndex
integer ID for object- Parameters:
idIndex1-
-
getUuid
uuid of the group to find- Returns:
- the uuid
-
setUuid
uuid of the group to find- Parameters:
uuid1- the uuid to set
-
getGroupName
name of the group to find (includes stems, e.g. stem1:stem2:groupName- Returns:
- the theName
-
setGroupName
name of the group to find (includes stems, e.g. stem1:stem2:groupName- Parameters:
theName- the theName to set
-