Class WFEReportFileRequest

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.workflowexecution.WFEReportFileRequest
All Implemented Interfaces:
Serializable

public class WFEReportFileRequest extends BasePOJO
See Also:
  • Constructor Details

    • WFEReportFileRequest

      public WFEReportFileRequest()
  • Method Details

    • setWorkflowExecutionId

      public void setWorkflowExecutionId(Long pWorkflowExecutionId)
    • getWorkflowExecutionId

      public Long getWorkflowExecutionId()
    • setFileName

      public void setFileName(String pFileName)
    • getFileName

      public String getFileName()
    • setDownloadFile

      public void setDownloadFile(boolean pDownloadFile)
    • isDownloadFile

      public boolean isDownloadFile()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object