BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.dex.db.model.BltFile Class Reference
Inheritance diagram for eu.baltrad.dex.db.model.BltFile:

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)
 

Detailed Description

Class implements Baltrad file object.

Author
Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
Version
1.0
Since
1.0

Constructor & Destructor Documentation

◆ BltFile() [1/2]

eu.baltrad.dex.db.model.BltFile.BltFile ( )
inline

Default constructor.

◆ BltFile() [2/2]

eu.baltrad.dex.db.model.BltFile.BltFile ( String uuid,
String path,
Date timeStamp,
Date storageTime,
String source,
String type,
String thumbPath )
inline

Constructor.

Parameters
uuidData file's identity string
pathData file's absolute path
timeStampData file's time stamp
storageTimeTime when the data was stored
sourceFile's origin
typeRadar data type
thumbPathImage thumb's absolute path

Member Function Documentation

◆ getPath()

String eu.baltrad.dex.db.model.BltFile.getPath ( )
inline

Method gets file's path.

Returns
Path to the file

◆ getSource()

String eu.baltrad.dex.db.model.BltFile.getSource ( )
inline

Gets source name.

Returns
Source name

◆ getStorageTime()

Date eu.baltrad.dex.db.model.BltFile.getStorageTime ( )
inline

Gets data file's storage time.

Returns
Data file's storage time

◆ getThumbPath()

String eu.baltrad.dex.db.model.BltFile.getThumbPath ( )
inline

Gets image thumb's absolute path.

Returns
Image thumb's absolute path

◆ getTimeStamp()

Date eu.baltrad.dex.db.model.BltFile.getTimeStamp ( )
inline

Gets data file's time stamp.

Returns
Data file's time stamp

◆ getType()

String eu.baltrad.dex.db.model.BltFile.getType ( )
inline

Gets data type.

Returns
Data type

◆ getUuid()

String eu.baltrad.dex.db.model.BltFile.getUuid ( )
inline

Method gets file's identity string.

Returns
File's identity string

◆ setPath()

void eu.baltrad.dex.db.model.BltFile.setPath ( String path)
inline

Method sets file's path.

Parameters
pathPath to the file

◆ setSource()

void eu.baltrad.dex.db.model.BltFile.setSource ( String source)
inline

Sets source name.

Parameters
sourceSource name

◆ setStorageTime()

void eu.baltrad.dex.db.model.BltFile.setStorageTime ( Date storageTime)
inline

Sets data file's storage time.

Parameters
storageTimeData file's storage time

◆ setThumbPath()

void eu.baltrad.dex.db.model.BltFile.setThumbPath ( String thumbPath)
inline

Sets image thumb's absolute path.

Parameters
thumbPathImage thumb's absolute path to set

◆ setTimeStamp()

void eu.baltrad.dex.db.model.BltFile.setTimeStamp ( Date timeStamp)
inline

Sets data file's time stamp.

Parameters
timeStampData file's time stamp

◆ setType()

void eu.baltrad.dex.db.model.BltFile.setType ( String type)
inline

Sets data type.

Parameters
typeData type

◆ setUuid()

void eu.baltrad.dex.db.model.BltFile.setUuid ( String uuid)
inline

Method sets file's identity string.

Parameters
uuidFile's identity string

The documentation for this class was generated from the following file: