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