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

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

public class WsMembershipLookup
extends Object

 Class to lookup a membership via web service.  Put in a uuid, or fill in the other fields
 
 

Author:
mchyzer

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

Constructor Detail

WsMembershipLookup

public WsMembershipLookup()
Method Detail

getUuid

public String getUuid()
uuid of the membership to find

Returns:
the uuid

setUuid

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

Parameters:
uuid1 - the uuid to set