Class WsAttributeAssignLookup

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_0.WsAttributeAssignLookup

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

    • WsAttributeAssignLookup

      public WsAttributeAssignLookup()
  • Method Details

    • hasData

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

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

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