Package io.hawt.jmx
Class FileDTO
- java.lang.Object
-
- io.hawt.jmx.FileDTO
-
public class FileDTO extends java.lang.ObjectFile DTO
-
-
Constructor Summary
Constructors Constructor Description FileDTO(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbsolutePath()java.lang.StringgetFileName()longgetLength()voidsetAbsolutePath(java.lang.String absolutePath)voidsetFileName(java.lang.String fileName)voidsetLength(long length)
-
-
-
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)
-
-