Class WorkflowExecutionReportData

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

public class WorkflowExecutionReportData extends BasePOJO
List of report files and data for single file, used on UI page to display report file.
Since:
5.5 Pojo to retrieve report data,
See Also:
  • Constructor Details

    • WorkflowExecutionReportData

      public WorkflowExecutionReportData()
  • Method Details

    • setFileNames

      public void setFileNames(List<String> pFileNames)
    • getFileNames

      public List<String> getFileNames()
    • getReportData

      public String getReportData()
    • setFileName

      public void setFileName(String pSelectedFileName)
    • getFileName

      public String getFileName()
    • setContentType

      public void setContentType(String pContentType)
    • getContentType

      public String getContentType()
    • 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
    • setFileBytes

      public void setFileBytes(byte[] pFileBytes)
    • getFileBytes

      public byte[] getFileBytes()