Class WorkflowExecutionReportFile

java.lang.Object
flexagon.fd.model2.pojo.WorkflowExecutionReportFile

public class WorkflowExecutionReportFile extends Object
  • Constructor Details

    • WorkflowExecutionReportFile

      public WorkflowExecutionReportFile()
  • Method Details

    • getReportData

      public String getReportData()
    • setFileName

      public void setFileName(String pSelectedFileName)
    • getFileName

      public String getFileName()
    • setContentType

      public void setContentType(String pContentType)
    • getContentType

      public String getContentType()
    • setFileBytes

      public void setFileBytes(byte[] pFileBytes)
    • getFileBytes

      public byte[] getFileBytes()
    • getPath

      public String getPath()
    • setPath

      public void setPath(String pPath)