![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| DataSource () | |
| DataSource (String name, String type, String description, String source, String fileObject) | |
| DataSource (int id, String name, String type, String description, String source, String fileObject) | |
| boolean | equals (Object o) |
| int | hashCode () |
| int | getId () |
| void | setId (int id) |
| String | getName () |
| void | setName (String name) |
| String | getType () |
| void | setType (String type) |
| String | getSource () |
| void | setSource (String source) |
| String | getFileObject () |
| void | setFileObject (String fileObject) |
| String | getDescription () |
| void | setDescription (String description) |
| int | compareTo (DataSource ds) |
| String | toString () |
Static Public Attributes | |
| static final String | LOCAL = "local" |
| static final String | PEER = "peer" |
Class implements data source object.
|
inline |
Default constructor.
|
inline |
Constructor.
| name | Data source name |
| type | Data source type |
| description | Description |
| source | Data source code |
| fileObject | File object code |
|
inline |
Constructor.
| id | Data source ID |
| name | Data source name |
| type | Data source type |
| description | Description |
| source | Data source code |
| fileObject | File object code |
|
inline |
Implements comparable interface. Allows to sort data source objects based on data source name.
| ds | DataSource |
|
inline |
Compares data source with another object.
| o | Object to compare with |
|
inline |
Gets data source description.
|
inline |
|
inline |
Gets data source ID.
|
inline |
Gets data source name.
|
inline |
|
inline |
|
inline |
Creates data source name hash code.
|
inline |
Sets data source description.
| description | Data source description to set |
|
inline |
| fileObject | the fileObject to set |
|
inline |
Sets data source ID
| id | Data source ID |
|
inline |
Sets data source name.
| name | Data source name to set |
|
inline |
| source | the source to set |
|
inline |
| type | the type to set |
|
static |
Local data source
|
static |
Peer data source