Class WsStemLookup
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_5.WsStemLookup
Class to lookup a stem via web service developers make sure each setter calls this.clearSubject(); TODO: add in extensions in the query
-
Constructor Summary
Constructors -
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 findbooleanhasData()see if this stem lookup has datavoidsetIdIndex(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()
-
-
Method Details
-
getIdIndex
integer ID for object- Returns:
- the id
-
setIdIndex
integer ID for object- Parameters:
idIndex1-
-
hasData
public boolean hasData()see if this stem lookup has data- Returns:
- true if it has data
-
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
-