|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.cms.CMSFormProcessorTaskResult
public class CMSFormProcessorTaskResult
Basic result for a ICMSFormProcessorTask.
| Constructor Summary | |
|---|---|
protected |
CMSFormProcessorTaskResult()
Default constructor. |
|
CMSFormProcessorTaskResult(boolean suc)
Creates a new CMSFormProcessorTaskResult with the given
success. |
| Method Summary | |
|---|---|
boolean |
isSuccess()
Indicates if the ICMSFormProcessorTask which did produce the
CMSFormProcessorTaskResult has been executed successfully. |
void |
setSuccess(boolean suc)
Sets the success of the CMSFormProcessorTaskResult. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CMSFormProcessorTaskResult()
public CMSFormProcessorTaskResult(boolean suc)
CMSFormProcessorTaskResult with the given
success.
suc - the value to set for success| Method Detail |
|---|
public final void setSuccess(boolean suc)
CMSFormProcessorTaskResult.
suc - the value to set for successpublic final boolean isSuccess()
ICMSFormProcessorTask which did produce the
CMSFormProcessorTaskResult has been executed successfully.
true if the ICMSFormProcessorTask which
did produce the CMSFormProcessorTaskResult has been
executed successfully, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||