|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.webservices.WsAddMemberResult
public class WsAddMemberResult
Result of one subject being added to a group. The number of subjects will equal the number of subjects sent in to the method
Constructor Summary | |
---|---|
WsAddMemberResult()
|
Method Summary | |
---|---|
String |
getResultCode()
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects |
String |
getResultMessage()
friendly message that could be audited or sent to a UI |
String |
getSubjectId()
subject that was added |
String |
getSubjectIdentifier()
subject identifier (if this is what was passed in) that was added |
String |
getSuccess()
T or F as to whether it was a successful assignment |
void |
setResultCode(String resultCode1)
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects |
void |
setResultMessage(String errorMessage)
friendly message that could be audited or sent to a UI |
void |
setSubjectId(String subjectId1)
subject that was added |
void |
setSubjectIdentifier(String subjectIdentifier1)
subject identifier (if this is what was passed in) that was added |
void |
setSuccess(String success1)
T or F as to whether it was a successful assignment |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsAddMemberResult()
Method Detail |
---|
public String getSubjectId()
public void setSubjectId(String subjectId1)
subjectId1
- the subjectId to setpublic String getSubjectIdentifier()
public void setSubjectIdentifier(String subjectIdentifier1)
subjectIdentifier1
- the subjectIdentifier to setpublic String getSuccess()
public void setSuccess(String success1)
success1
- the success to setpublic String getResultCode()
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects
public void setResultCode(String resultCode1)
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects
resultCode1
- the resultCode to setpublic String getResultMessage()
public void setResultMessage(String errorMessage)
errorMessage
- the errorMessage to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |