Class WsAttributeDefNameLookup

java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsAttributeDefNameLookup

public class WsAttributeDefNameLookup extends Object
 Class to lookup an attribute def name via web service
 
 developers make sure each setter calls this.clearAttributeDefName();
 
  • Constructor Details

    • WsAttributeDefNameLookup

      public WsAttributeDefNameLookup()
  • Method Details

    • getUuid

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

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

      public String getName()
      name of the attributeDefName to find (includes stems, e.g. stem1:stem2:attributeDefNameName
      Returns:
      the theName
    • setName

      public void setName(String theName)
      name of the attributeDefName to find (includes stems, e.g. stem1:stem2:attributeDefNameName
      Parameters:
      theName - the theName to set