Class WsGroupLookup
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_2.WsGroupLookup
Class to lookup a group via web service developers make sure each setter calls this.clearGroup();
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname of the group to find (includes stems, e.g.integer ID for objectgetUuid()uuid of the group to findbooleanhasData()see if this group lookup has datavoidsetGroupName(String theName) name of the group to find (includes stems, e.g.voidsetIdIndex(String idIndex1) integer ID for objectvoiduuid of the group to find
-
Constructor Details
-
WsGroupLookup
public WsGroupLookup()
-
-
Method Details
-
getIdIndex
integer ID for object- Returns:
- the id
-
setIdIndex
integer ID for object- Parameters:
idIndex1-
-
hasData
public boolean hasData()see if this group lookup has data- Returns:
- true if it has data
-
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
-