Class ReportFileContent

    • Constructor Summary

      Constructors 
      Constructor Description
      ReportFileContent()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getFileContent()
      Deprecated.
       
      java.lang.String getFileName()
      Deprecated.
       
      java.lang.String getFileNamePrefix()
      Deprecated.
       
      void setFileContent​(java.lang.String fileContent)
      Deprecated.
       
      void setFileName​(java.lang.String fileName)
      Deprecated.
       
      void setFileNamePrefix​(java.lang.String fileNamePrefix)
      Deprecated.
       
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReportFileContent

        public ReportFileContent()
        Deprecated.
    • Method Detail

      • getFileContent

        public java.lang.String getFileContent()
        Deprecated.
      • setFileContent

        public void setFileContent​(java.lang.String fileContent)
        Deprecated.
      • getFileName

        public java.lang.String getFileName()
        Deprecated.
      • setFileName

        public void setFileName​(java.lang.String fileName)
        Deprecated.
      • getFileNamePrefix

        public java.lang.String getFileNamePrefix()
        Deprecated.
      • setFileNamePrefix

        public void setFileNamePrefix​(java.lang.String fileNamePrefix)
        Deprecated.