Package io.hawt.jmx
Class FileDTO
- java.lang.Object
-
- io.hawt.jmx.FileDTO
-
public class FileDTO extends Object
File DTO
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbsolutePath()StringgetFileName()longgetLength()voidsetAbsolutePath(String absolutePath)voidsetFileName(String fileName)voidsetLength(long length)
-
-
-
Constructor Detail
-
FileDTO
public FileDTO(File file)
-
-
Method Detail
-
getAbsolutePath
public String getAbsolutePath()
-
setAbsolutePath
public void setAbsolutePath(String absolutePath)
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getLength
public long getLength()
-
setLength
public void setLength(long length)
-
-