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

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

public class WsSubject
extends Object

subject bean for web services

Author:
mchyzer

Constructor Summary
WsSubject()
          constructor
 
Method Summary
 String getAttributeValue(int i)
          helper method to get an attribute value
 String[] getAttributeValues()
          if attributes are being sent back per config in the grouper.properties, this is attribute0 value, this is extended subject data
 String getId()
          subject id, note if no subject found, and identifier was passed in, that will be placed here
 String getIdentifierLookup()
          identifier used to lookup subject
 String getName()
           
 String getResultCode()
           
 String getSourceId()
           
 String getSuccess()
          T or F for success
 void setAttributeValues(String[] attributesa)
          attribute data of subjects in group (in same order as attributeNames)
 void setId(String id1)
          subject id, note if no subject found, and identifier was passed in, that will be placed here
 void setIdentifierLookup(String identifierLookup1)
          return the identifier looked up
 void setName(String name1)
           
 void setResultCode(String resultCode1)
           
 void setSourceId(String source1)
           
 void setSuccess(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 String getIdentifierLookup()
identifier used to lookup subject

Returns:
the identifier

setIdentifierLookup

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

Parameters:
identifierLookup1 -

getId

public 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(String id1)
subject id, note if no subject found, and identifier was passed in, that will be placed here

Parameters:
id1 -

getName

public String getName()
Returns:
the name

setName

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

getAttributeValues

public 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 String getAttributeValue(int i)
helper method to get an attribute value

Parameters:
i -
Returns:
the attribute value

setAttributeValues

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

Parameters:
attributesa - the attributes to set

getSourceId

public String getSourceId()
Returns:
the source

setSourceId

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

getResultCode

public String getResultCode()
Returns:
the resultCode

setResultCode

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

getSuccess

public String getSuccess()
T or F for success

Returns:
the success

setSuccess

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

Parameters:
success1 - the success to set