Package io.hawt.jmx

Class FileDTO


  • public class FileDTO
    extends java.lang.Object
    File DTO
    • Constructor Summary

      Constructors 
      Constructor Description
      FileDTO​(java.io.File file)  
    • Constructor Detail

      • FileDTO

        public FileDTO​(java.io.File file)
    • Method Detail

      • getAbsolutePath

        public java.lang.String getAbsolutePath()
      • setAbsolutePath

        public void setAbsolutePath​(java.lang.String absolutePath)
      • getFileName

        public java.lang.String getFileName()
      • setFileName

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

        public long getLength()
      • setLength

        public void setLength​(long length)