edu.internet2.middleware.grouperClient.ws.beans
Class WsAttributeAssignLookup

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsAttributeAssignLookup

public class WsAttributeAssignLookup
extends java.lang.Object

 Class to lookup an attribute assignment via web service
 
 

Author:
mchyzer

Constructor Summary
WsAttributeAssignLookup()
           
 
Method Summary
 java.lang.String getBatchIndex()
          if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed)
 java.lang.String getUuid()
          uuid of the attributeAssign to find
 void setBatchIndex(java.lang.String theIndex)
          if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed)
 void setUuid(java.lang.String uuid1)
          uuid of the attributeAssign to find
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAttributeAssignLookup

public WsAttributeAssignLookup()
Method Detail

getUuid

public java.lang.String getUuid()
uuid of the attributeAssign to find

Returns:
the uuid

setUuid

public void setUuid(java.lang.String uuid1)
uuid of the attributeAssign to find

Parameters:
uuid1 - the uuid to set

getBatchIndex

public java.lang.String getBatchIndex()
if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed)

Returns:
the batch index

setBatchIndex

public void setBatchIndex(java.lang.String theIndex)
if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed)

Parameters:
theIndex - the index to set