|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.survey.SurveyControllerResult
public class SurveyControllerResult
The JAXB-able result-Object of the SurveyController
with the SurveyControllerConfiguration which holds the
request-parameter-names to be used for the communication.
| Constructor Summary | |
|---|---|
protected |
SurveyControllerResult()
Default constructor. |
| Method Summary | |
|---|---|
SurveyControllerError |
getError()
Return the SurveyControllerError of the
SurveyControllerResult. |
SurveyProgress |
getSurveyProgress()
Returns the SurveyProgress of the
SurveyControllerResult. |
boolean |
isSuccess()
Returns the success. |
SurveyControllerResult |
setError(SurveyControllerError e)
Sets the SurveyControllerError for the
SurveyControllerResult. |
void |
setSurveyControllerConfiguration(SurveyControllerConfiguration conf)
Sets the SurveyControllerConfiguration which holds the
request-parameter-names to be used for the communication. |
SurveyControllerResult |
setSurveyProgress(SurveyProgress progress)
Sets the SurveyProgress for the
SurveyControllerResult. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SurveyControllerResult()
| Method Detail |
|---|
public final void setSurveyControllerConfiguration(SurveyControllerConfiguration conf)
SurveyControllerConfiguration which holds the
request-parameter-names to be used for the communication.
conf - the SurveyControllerConfigurationpublic final SurveyControllerResult setSurveyProgress(SurveyProgress progress)
SurveyProgress for the
SurveyControllerResult.
progress - the SurveyProgress to set
SurveyControllerResultpublic final SurveyProgress getSurveyProgress()
SurveyProgress of the
SurveyControllerResult.
SurveyProgresspublic final SurveyControllerResult setError(SurveyControllerError e)
SurveyControllerError for the
SurveyControllerResult.
e - the SurveyControllerError to set
SurveyControllerResultpublic final SurveyControllerError getError()
SurveyControllerError of the
SurveyControllerResult.
SurveyControllerError (if set),
null otherwisepublic final boolean isSuccess()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||