![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| Subscription () | |
| Subscription (int id, long timeStamp, String type, String user, String dataSource, boolean active, boolean sync) | |
| Subscription (long timeStamp, String type, String user, String dataSource, boolean active, boolean sync) | |
| int | getId () |
| void | setId (int id) |
| Date | getDate () |
| void | setDate (Date date) |
| String | getType () |
| void | setType (String type) |
| String | getUser () |
| void | setUser (String user) |
| String | getDataSource () |
| void | setDataSource (String dataSource) |
| boolean | isActive () |
| void | setActive (boolean active) |
| boolean | isSyncronized () |
| void | setSyncronized (boolean sync) |
Additional Inherited Members | |
| Static Public Attributes inherited from eu.baltrad.dex.net.model.ISubscription | |
| static final String | LOCAL = "local" |
| static final String | PEER = "peer" |
Class implements data channel subscription object.
|
inline |
Constructor.
|
inline |
Constructor.
| id | Record id |
| timestamp | Timestamp |
| type | Subscription type |
| user | User's name |
| dataSource | Data source name |
| active | Active toggle |
| sync | Synchronized toggle |
|
inline |
Constructor.
| timeStamp | Timestamp |
| type | Subscription type |
| user | User's name |
| dataSource | Data source name |
| active | Active toggle |
| sync | Synchronized toggle |
|
inline |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
| active | the active to set |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
| dataSource | the dataSource to set |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
| date | Date to set |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
| id | the id to set |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
| sync | the sync to set |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
| type | the type to set |
Implements eu.baltrad.dex.net.model.ISubscription.
|
inline |
| user | the user to set |
Implements eu.baltrad.dex.net.model.ISubscription.