Class WsAttributeDefNameLookup
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsAttributeDefNameLookup
Class to lookup an attribute def name via web service
-
Constructor Summary
ConstructorDescriptionWsAttributeDefNameLookup
(String name1, String uuid1) WsAttributeDefNameLookup
(String name1, String uuid1, String idIndex1) -
Method Summary
Modifier and TypeMethodDescriptioninteger ID for objectgetName()
name of the attributeDefName to find (includes stems, e.g.getUuid()
uuid of the attributeDefName to findvoid
setIdIndex
(String idIndex1) integer ID for objectvoid
name of the attributeDefName to find (includes stems, e.g.void
uuid of the attributeDefName to find
-
Constructor Details
-
WsAttributeDefNameLookup
public WsAttributeDefNameLookup() -
WsAttributeDefNameLookup
- Parameters:
uuid1
-name1
-
-
WsAttributeDefNameLookup
- Parameters:
name1
-uuid1
-idIndex1
-
-
-
Method Details
-
getIdIndex
integer ID for object- Returns:
- the id
-
setIdIndex
integer ID for object- Parameters:
idIndex1
-
-
getUuid
uuid of the attributeDefName to find- Returns:
- the uuid
-
setUuid
uuid of the attributeDefName to find- Parameters:
uuid1
- the uuid to set
-
getName
name of the attributeDefName to find (includes stems, e.g. stem1:stem2:attributeDefNameName- Returns:
- the theName
-
setName
name of the attributeDefName to find (includes stems, e.g. stem1:stem2:attributeDefNameName- Parameters:
theName
- the theName to set
-