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

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

public class WsAttributeDefLookup
extends Object

 Class to lookup an attribute def via web service
 
 

Author:
mchyzer

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

Constructor Detail

WsAttributeDefLookup

public WsAttributeDefLookup()

WsAttributeDefLookup

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

getUuid

public String getUuid()
uuid of the attributeDef to find

Returns:
the uuid

setUuid

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

Parameters:
uuid1 - the uuid to set

getName

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

Returns:
the theName

setName

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

Parameters:
theName - the theName to set