Class WsAttributeDefLookup
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_2.WsAttributeDefLookup
Class to lookup an attribute def via web service developers make sure each setter calls this.clearAttributeDef();
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninteger ID for objectgetName()name of the attributeDef to find (includes stems, e.g.getUuid()uuid of the attributeDef to findvoidsetIdIndex(String idIndex1) integer ID for objectvoidname of the attributeDef to find (includes stems, e.g.voiduuid of the attributeDef to find
-
Constructor Details
-
WsAttributeDefLookup
public WsAttributeDefLookup()
-
-
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
-