|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsSubject
public class WsSubject
subject bean for web services
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsSubject()
| Method Detail |
|---|
public String getIdentifierLookup()
public void setIdentifierLookup(String identifierLookup1)
identifierLookup1 - public String getId()
public void setId(String id1)
id1 - public String getName()
public void setName(String name1)
name1 - the name to setpublic String[] getAttributeValues()
public String getAttributeValue(int i)
i -
public void setAttributeValues(String[] attributesa)
attributesa - the attributes to setpublic String getSourceId()
public void setSourceId(String source1)
source1 - the source to setpublic String getResultCode()
public void setResultCode(String resultCode1)
resultCode1 - the resultCode to setpublic String getSuccess()
public void setSuccess(String success1)
success1 - the success to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||