public class FileDTO extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
String |
getFileName() |
long |
getLength() |
void |
setAbsolutePath(String absolutePath) |
void |
setFileName(String fileName) |
void |
setLength(long length) |
public FileDTO(File file)
Copyright © 2022 JBoss by Red Hat. All rights reserved.