Class WsExternalSubjectLookup

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_3.WsExternalSubjectLookup

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

    • WsExternalSubjectLookup

      public WsExternalSubjectLookup()
  • Method Details

    • getIdentifier

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

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