Class WsStemLookup
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsStemLookup
Class to lookup a stem via web service
-
Constructor Summary
ConstructorsConstructorDescriptionWsStemLookup(String theStemName, String stemUuid) construct with fieldsWsStemLookup(String theStemName, String stemUuid, String theIdIndex) construct with fields -
Method Summary
Modifier and TypeMethodDescriptioninteger ID for objectname of the stem to find (includes stems, e.g. stem1:stem2:stemNamegetUuid()uuid of the stem to findvoidsetIdIndex(String idIndex1) integer ID for objectvoidsetStemName(String theName) name of the stem to find (includes stems, e.g. stem1:stem2:stemNamevoiduuid of the stem to find
-
Constructor Details
-
WsStemLookup
public WsStemLookup() -
WsStemLookup
construct with fields- Parameters:
theStemName-stemUuid-
-
WsStemLookup
construct with fields- Parameters:
theIdIndex-theStemName-stemUuid-
-
-
Method Details
-
getIdIndex
integer ID for object- Returns:
- the id
-
setIdIndex
integer ID for object- Parameters:
idIndex1-
-
getUuid
uuid of the stem to find- Returns:
- the uuid
-
setUuid
uuid of the stem to find- Parameters:
uuid1- the uuid to set
-
getStemName
name of the stem to find (includes stems, e.g. stem1:stem2:stemName- Returns:
- the theName
-
setStemName
name of the stem to find (includes stems, e.g. stem1:stem2:stemName- Parameters:
theName- the theName to set
-