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

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

public class WsGroupLookup
extends java.lang.Object

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

Author:
mchyzer

Constructor Summary
WsGroupLookup()
           
WsGroupLookup(java.lang.String theGroupName, java.lang.String groupUuid)
          construct with fields
WsGroupLookup(java.lang.String theGroupName, java.lang.String groupUuid, java.lang.String groupIdIndex)
          construct with fields
 
Method Summary
 java.lang.String getGroupName()
          name of the group to find (includes stems, e.g.
 java.lang.String getIdIndex()
          integer ID for object
 java.lang.String getUuid()
          uuid of the group to find
 void setGroupName(java.lang.String theName)
          name of the group to find (includes stems, e.g.
 void setIdIndex(java.lang.String idIndex1)
          integer ID for object
 void setUuid(java.lang.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(java.lang.String theGroupName,
                     java.lang.String groupUuid)
construct with fields

Parameters:
theGroupName -
groupUuid -

WsGroupLookup

public WsGroupLookup(java.lang.String theGroupName,
                     java.lang.String groupUuid,
                     java.lang.String groupIdIndex)
construct with fields

Parameters:
theGroupName -
groupUuid -
groupIdIndex -
Method Detail

getIdIndex

public java.lang.String getIdIndex()
integer ID for object

Returns:
the id

setIdIndex

public void setIdIndex(java.lang.String idIndex1)
integer ID for object

Parameters:
idIndex1 -

getUuid

public java.lang.String getUuid()
uuid of the group to find

Returns:
the uuid

setUuid

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

Parameters:
uuid1 - the uuid to set

getGroupName

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

Returns:
the theName

setGroupName

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

Parameters:
theName - the theName to set