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

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

public class WsGroupLookup
extends Object

 Class to lookup a group via web service
 
 developers make sure each setter calls this.clearGroup();
 

Author:
mchyzer

Constructor Summary
WsGroupLookup()
           
WsGroupLookup(String theGroupName, String groupUuid)
          construct with fields
 
Method Summary
 String getGroupName()
          name of the group to find (includes stems, e.g.
 String getUuid()
          uuid of the group to find
 void setGroupName(String theName)
          name of the group to find (includes stems, e.g.
 void setUuid(String uuid1)
          uuid of the group to find
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsGroupLookup

public WsGroupLookup()

WsGroupLookup

public WsGroupLookup(String theGroupName,
                     String groupUuid)
construct with fields

Parameters:
theGroupName -
groupUuid -
Method Detail

getUuid

public String getUuid()
uuid of the group to find

Returns:
the uuid

setUuid

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

Parameters:
uuid1 - the uuid to set

getGroupName

public String getGroupName()
name of the group to find (includes stems, e.g. stem1:stem2:groupName

Returns:
the theName

setGroupName

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

Parameters:
theName - the theName to set