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

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

public class WsStemLookup
extends java.lang.Object

 Class to lookup a stem via web service
 
 

Author:
mchyzer

Constructor Summary
WsStemLookup()
           
WsStemLookup(java.lang.String theStemName, java.lang.String stemUuid)
          construct with fields
WsStemLookup(java.lang.String theStemName, java.lang.String stemUuid, java.lang.String theIdIndex)
          construct with fields
 
Method Summary
 java.lang.String getIdIndex()
          integer ID for object
 java.lang.String getStemName()
          name of the stem to find (includes stems, e.g.
 java.lang.String getUuid()
          uuid of the stem to find
 void setIdIndex(java.lang.String idIndex1)
          integer ID for object
 void setStemName(java.lang.String theName)
          name of the stem to find (includes stems, e.g.
 void setUuid(java.lang.String uuid1)
          uuid of the stem to find
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsStemLookup

public WsStemLookup()

WsStemLookup

public WsStemLookup(java.lang.String theStemName,
                    java.lang.String stemUuid)
construct with fields

Parameters:
theStemName -
stemUuid -

WsStemLookup

public WsStemLookup(java.lang.String theStemName,
                    java.lang.String stemUuid,
                    java.lang.String theIdIndex)
construct with fields

Parameters:
theIdIndex -
theStemName -
stemUuid -
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 stem to find

Returns:
the uuid

setUuid

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

Parameters:
uuid1 - the uuid to set

getStemName

public java.lang.String getStemName()
name of the stem to find (includes stems, e.g. stem1:stem2:stemName

Returns:
the theName

setStemName

public void setStemName(java.lang.String theName)
name of the stem to find (includes stems, e.g. stem1:stem2:stemName

Parameters:
theName - the theName to set