Class WFEReportFileRequest
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.workflowexecution.WFEReportFileRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDownloadFile(boolean pDownloadFile) voidsetFileName(String pFileName) voidsetWorkflowExecutionId(Long pWorkflowExecutionId) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
WFEReportFileRequest
public WFEReportFileRequest()
-
-
Method Details
-
setWorkflowExecutionId
-
getWorkflowExecutionId
-
setFileName
-
getFileName
-
setDownloadFile
public void setDownloadFile(boolean pDownloadFile) -
isDownloadFile
public boolean isDownloadFile() -
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-