![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| BltFile () | |
| BltFile (String uuid, String path, Date timeStamp, Date storageTime, String source, String type, String thumbPath) | |
| String | getUuid () |
| void | setUuid (String uuid) |
| String | getSource () |
| void | setSource (String source) |
| String | getPath () |
| void | setPath (String path) |
| Date | getTimeStamp () |
| void | setTimeStamp (Date timeStamp) |
| Date | getStorageTime () |
| void | setStorageTime (Date storageTime) |
| String | getType () |
| void | setType (String type) |
| String | getThumbPath () |
| void | setThumbPath (String thumbPath) |
Class implements Baltrad file object.
|
inline |
Default constructor.
|
inline |
Constructor.
| uuid | Data file's identity string |
| path | Data file's absolute path |
| timeStamp | Data file's time stamp |
| storageTime | Time when the data was stored |
| source | File's origin |
| type | Radar data type |
| thumbPath | Image thumb's absolute path |
|
inline |
Method gets file's path.
|
inline |
Gets source name.
|
inline |
Gets data file's storage time.
|
inline |
Gets image thumb's absolute path.
|
inline |
Gets data file's time stamp.
|
inline |
Gets data type.
|
inline |
Method gets file's identity string.
|
inline |
Method sets file's path.
| path | Path to the file |
|
inline |
Sets source name.
| source | Source name |
|
inline |
Sets data file's storage time.
| storageTime | Data file's storage time |
|
inline |
Sets image thumb's absolute path.
| thumbPath | Image thumb's absolute path to set |
|
inline |
Sets data file's time stamp.
| timeStamp | Data file's time stamp |
|
inline |
Sets data type.
| type | Data type |
|
inline |
Method sets file's identity string.
| uuid | File's identity string |