|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.survey.SurveyCreatorControllerResult
public class SurveyCreatorControllerResult
The result of the SurveyCreatorController.
| Constructor Summary | |
|---|---|
protected |
SurveyCreatorControllerResult()
Default constructor. |
|
SurveyCreatorControllerResult(java.lang.String msg)
Creates a new SurveyCreatorControllerResult with the given
message. |
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message. |
boolean |
isSuccess()
Returns the success. |
SurveyCreatorControllerResult |
setMessage(java.lang.String msg)
Sets the message for the SurveyCreatorControllerResult. |
SurveyCreatorControllerResult |
setSuccess(boolean suc)
Sets the success. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SurveyCreatorControllerResult()
public SurveyCreatorControllerResult(java.lang.String msg)
SurveyCreatorControllerResult with the given
message.
msg - the message| Method Detail |
|---|
public final java.lang.String getMessage()
public final SurveyCreatorControllerResult setMessage(java.lang.String msg)
SurveyCreatorControllerResult.
msg - the message
SurveyCreatorControllerResultpublic final boolean isSuccess()
public final SurveyCreatorControllerResult setSuccess(boolean suc)
suc - the success to set
SurveyCreatorControllerResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||