edu.internet2.middleware.grouperClient.ws.beans
Class WsAttributeDefNameLookup

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsAttributeDefNameLookup

public class WsAttributeDefNameLookup
extends Object

 Class to lookup an attribute def name via web service
 
 

Author:
mchyzer

Constructor Summary
WsAttributeDefNameLookup()
           
WsAttributeDefNameLookup(String name1, String uuid1)
           
 
Method Summary
 String getName()
          name of the attributeDefName to find (includes stems, e.g.
 String getUuid()
          uuid of the attributeDefName to find
 void setName(String theName)
          name of the attributeDefName to find (includes stems, e.g.
 void setUuid(String uuid1)
          uuid of the attributeDefName to find
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAttributeDefNameLookup

public WsAttributeDefNameLookup()

WsAttributeDefNameLookup

public WsAttributeDefNameLookup(String name1,
                                String uuid1)
Parameters:
uuid1 -
name1 -
Method Detail

getUuid

public String getUuid()
uuid of the attributeDefName to find

Returns:
the uuid

setUuid

public void setUuid(String uuid1)
uuid of the attributeDefName to find

Parameters:
uuid1 - the uuid to set

getName

public String getName()
name of the attributeDefName to find (includes stems, e.g. stem1:stem2:attributeDefNameName

Returns:
the theName

setName

public void setName(String theName)
name of the attributeDefName to find (includes stems, e.g. stem1:stem2:attributeDefNameName

Parameters:
theName - the theName to set