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 
◆ BltFile() [1/2]
  
  | 
        
          | eu.baltrad.dex.db.model.BltFile.BltFile | ( |  | ) |  |  | inline | 
 
 
◆ 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
- 
  
    | 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 |  
 
 
 
◆ 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
- 
  
  
 
 
◆ setSource()
  
  | 
        
          | void eu.baltrad.dex.db.model.BltFile.setSource | ( | String | source | ) |  |  | inline | 
 
Sets source name.
- Parameters
- 
  
  
 
 
◆ setStorageTime()
  
  | 
        
          | void eu.baltrad.dex.db.model.BltFile.setStorageTime | ( | Date | storageTime | ) |  |  | inline | 
 
Sets data file's storage time.
- Parameters
- 
  
    | storageTime | Data file's storage time |  
 
 
 
◆ setThumbPath()
  
  | 
        
          | void eu.baltrad.dex.db.model.BltFile.setThumbPath | ( | String | thumbPath | ) |  |  | inline | 
 
Sets image thumb's absolute path.
- Parameters
- 
  
    | thumbPath | Image 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
- 
  
    | timeStamp | Data file's time stamp |  
 
 
 
◆ setType()
  
  | 
        
          | void eu.baltrad.dex.db.model.BltFile.setType | ( | String | type | ) |  |  | inline | 
 
Sets data type.
- Parameters
- 
  
  
 
 
◆ setUuid()
  
  | 
        
          | void eu.baltrad.dex.db.model.BltFile.setUuid | ( | String | uuid | ) |  |  | inline | 
 
Method sets file's identity string.
- Parameters
- 
  
    | uuid | File's identity string |  
 
 
 
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/dex/db/model/BltFile.java