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

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

public class WsAttributeAssignLookup
extends Object

 Class to lookup an attribute assignment via web service
 
 

Author:
mchyzer

Constructor Summary
WsAttributeAssignLookup()
           
 
Method Summary
 String getUuid()
          uuid of the attributeAssign to find
 void setUuid(String uuid1)
          uuid of the attributeAssign to find
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAttributeAssignLookup

public WsAttributeAssignLookup()
Method Detail

getUuid

public String getUuid()
uuid of the attributeAssign to find

Returns:
the uuid

setUuid

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

Parameters:
uuid1 - the uuid to set