|
| 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) |
|
|
static final String | LOCAL = "local" |
|
static final String | PEER = "peer" |
|
Class implements data channel subscription object.
- Author
- Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
- Version
- 0.1.6
- Since
- 0.1.6
◆ Subscription() [1/3]
eu.baltrad.dex.net.model.impl.Subscription.Subscription |
( |
| ) |
|
|
inline |
◆ Subscription() [2/3]
eu.baltrad.dex.net.model.impl.Subscription.Subscription |
( |
int | id, |
|
|
long | timeStamp, |
|
|
String | type, |
|
|
String | user, |
|
|
String | dataSource, |
|
|
boolean | active, |
|
|
boolean | sync ) |
|
inline |
Constructor.
- Parameters
-
id | Record id |
timestamp | Timestamp |
type | Subscription type |
user | User's name |
dataSource | Data source name |
active | Active toggle |
sync | Synchronized toggle |
◆ Subscription() [3/3]
eu.baltrad.dex.net.model.impl.Subscription.Subscription |
( |
long | timeStamp, |
|
|
String | type, |
|
|
String | user, |
|
|
String | dataSource, |
|
|
boolean | active, |
|
|
boolean | sync ) |
|
inline |
Constructor.
- Parameters
-
timeStamp | Timestamp |
type | Subscription type |
user | User's name |
dataSource | Data source name |
active | Active toggle |
sync | Synchronized toggle |
◆ getDataSource()
String eu.baltrad.dex.net.model.impl.Subscription.getDataSource |
( |
| ) |
|
|
inline |
◆ getDate()
Date eu.baltrad.dex.net.model.impl.Subscription.getDate |
( |
| ) |
|
|
inline |
◆ getId()
int eu.baltrad.dex.net.model.impl.Subscription.getId |
( |
| ) |
|
|
inline |
◆ getType()
String eu.baltrad.dex.net.model.impl.Subscription.getType |
( |
| ) |
|
|
inline |
◆ getUser()
String eu.baltrad.dex.net.model.impl.Subscription.getUser |
( |
| ) |
|
|
inline |
◆ isActive()
boolean eu.baltrad.dex.net.model.impl.Subscription.isActive |
( |
| ) |
|
|
inline |
◆ isSyncronized()
boolean eu.baltrad.dex.net.model.impl.Subscription.isSyncronized |
( |
| ) |
|
|
inline |
◆ setActive()
void eu.baltrad.dex.net.model.impl.Subscription.setActive |
( |
boolean | active | ) |
|
|
inline |
◆ setDataSource()
void eu.baltrad.dex.net.model.impl.Subscription.setDataSource |
( |
String | dataSource | ) |
|
|
inline |
◆ setDate()
void eu.baltrad.dex.net.model.impl.Subscription.setDate |
( |
Date | date | ) |
|
|
inline |
◆ setId()
void eu.baltrad.dex.net.model.impl.Subscription.setId |
( |
int | id | ) |
|
|
inline |
◆ setSyncronized()
void eu.baltrad.dex.net.model.impl.Subscription.setSyncronized |
( |
boolean | sync | ) |
|
|
inline |
◆ setType()
void eu.baltrad.dex.net.model.impl.Subscription.setType |
( |
String | type | ) |
|
|
inline |
◆ setUser()
void eu.baltrad.dex.net.model.impl.Subscription.setUser |
( |
String | user | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/dex/net/model/impl/Subscription.java