Class WsAttributeDefLookup

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_5.WsAttributeDefLookup

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

    • WsAttributeDefLookup

      public WsAttributeDefLookup()
  • Method Details

    • getIdIndex

      public String getIdIndex()
      integer ID for object
      Returns:
      the id
    • setIdIndex

      public void setIdIndex(String idIndex1)
      integer ID for object
      Parameters:
      idIndex1 -
    • getUuid

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

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

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

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