Package com.suncode.pwfl.archive
Class Device
java.lang.Object
com.suncode.pwfl.archive.Device
Klasa przechowująca dane o urządzeniach archiwum.
- Author:
- Paweł Rosolak 11-10-2012
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDirectory
(Directory dir) getId()
void
setDeviceFreeSpace
(Long freeSpace) void
setDeviceName
(String name) void
setDevicePath
(String path) void
setDeviceSize
(Long size) void
setDirectories
(Set<Directory> directories) void
-
Field Details
-
JOIN_DIRECTORIES
- See Also:
-
-
Constructor Details
-
Device
-
Device
public Device()
-
-
Method Details
-
getId
-
setId
-
getDeviceName
-
setDeviceName
-
getDevicePath
-
setDevicePath
-
getDeviceSize
-
setDeviceSize
-
getDeviceFreeSpace
-
setDeviceFreeSpace
-
getDirectories
-
setDirectories
-
addDirectory
-