Class WsStemLookup

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_1.WsStemLookup

public class WsStemLookup extends Object
 Class to lookup a stem via web service
 
 developers make sure each setter calls this.clearSubject();
 TODO: add in extensions in the query
 
  • Constructor Details

    • WsStemLookup

      public WsStemLookup()
  • Method Details

    • hasData

      public boolean hasData()
      see if this stem lookup has data
      Returns:
      true if it has data
    • getUuid

      public String getUuid()
      uuid of the stem to find
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid1)
      uuid of the stem to find
      Parameters:
      uuid1 - the uuid to set
    • getStemName

      public String getStemName()
      name of the stem to find (includes stems, e.g. stem1:stem2:stemName
      Returns:
      the theName
    • setStemName

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