Class ProcessSchedulingProposalOutput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedulingproposal.event.ProcessSchedulingProposalOutput
- Direct Known Subclasses:
ProcessSchedulingCreationProposalOutput,ProcessSchedulingRemovalProposalOutput
Abstract object used as an output bean for implementing specific output action event
- Since:
- 14.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DAValidateExceptionprotected Stringprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetException(DAValidateException exception) voidsetMessage(String message) voidsetProcessed(boolean processed)
-
Field Details
-
processed
protected boolean processed -
message
-
exception
-
-
Constructor Details
-
ProcessSchedulingProposalOutput
public ProcessSchedulingProposalOutput()
-
-
Method Details
-
getException
-
setException
-
isProcessed
public boolean isProcessed() -
setProcessed
public void setProcessed(boolean processed) -
getMessage
-
setMessage
-