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