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

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

public class WsSubject
extends java.lang.Object

subject bean for web services

Author:
mchyzer

Constructor Summary
WsSubject()
          constructor
 
Method Summary
 java.lang.String getAttributeValue(int i)
          helper method to get an attribute value
 java.lang.String[] getAttributeValues()
          if attributes are being sent back per config in the grouper.properties, this is attribute0 value, this is extended subject data
 java.lang.String getId()
          subject id, note if no subject found, and identifier was passed in, that will be placed here
 java.lang.String getIdentifierLookup()
          identifier used to lookup subject
 java.lang.String getName()
           
 java.lang.String getResultCode()
           
 java.lang.String getSourceId()
           
 java.lang.String getSuccess()
          T or F for success
 void setAttributeValues(java.lang.String[] attributesa)
          attribute data of subjects in group (in same order as attributeNames)
 void setId(java.lang.String id1)
          subject id, note if no subject found, and identifier was passed in, that will be placed here
 void setIdentifierLookup(java.lang.String identifierLookup1)
          return the identifier looked up
 void setName(java.lang.String name1)
           
 void setResultCode(java.lang.String resultCode1)
           
 void setSourceId(java.lang.String source1)
           
 void setSuccess(java.lang.String success1)
          T or F for success
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsSubject

public WsSubject()
constructor

Method Detail

getIdentifierLookup

public java.lang.String getIdentifierLookup()
identifier used to lookup subject

Returns:
the identifier

setIdentifierLookup

public void setIdentifierLookup(java.lang.String identifierLookup1)
return the identifier looked up

Parameters:
identifierLookup1 -

getId

public java.lang.String getId()
subject id, note if no subject found, and identifier was passed in, that will be placed here

Returns:
the id

setId

public void setId(java.lang.String id1)
subject id, note if no subject found, and identifier was passed in, that will be placed here

Parameters:
id1 -

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name1)
Parameters:
name1 - the name to set

getAttributeValues

public java.lang.String[] getAttributeValues()
if attributes are being sent back per config in the grouper.properties, this is attribute0 value, this is extended subject data

Returns:
the attribute0

getAttributeValue

public java.lang.String getAttributeValue(int i)
helper method to get an attribute value

Parameters:
i -
Returns:
the attribute value

setAttributeValues

public void setAttributeValues(java.lang.String[] attributesa)
attribute data of subjects in group (in same order as attributeNames)

Parameters:
attributesa - the attributes to set

getSourceId

public java.lang.String getSourceId()
Returns:
the source

setSourceId

public void setSourceId(java.lang.String source1)
Parameters:
source1 - the source to set

getResultCode

public java.lang.String getResultCode()
Returns:
the resultCode

setResultCode

public void setResultCode(java.lang.String resultCode1)
Parameters:
resultCode1 - the resultCode to set

getSuccess

public java.lang.String getSuccess()
T or F for success

Returns:
the success

setSuccess

public void setSuccess(java.lang.String success1)
T or F for success

Parameters:
success1 - the success to set