Class FileDTO
- java.lang.Object
-
- com.levigo.jadice.server.rest.dto.FileDTO
-
public class FileDTO extends Object
Definition of a file which is stored in theContentStore
and shall be either used in aJobDefinitionDTO
or is a result of aJob
and listed in theJobInformationDTO
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileId()
String
getNodeId()
void
setFileId(String fileId)
void
setNodeId(String nodeId)
-