![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| RegistryEntry () | |
| RegistryEntry (int id, int userId, int dataSourceId, long timeStamp, String type, String uuid, String userName, boolean status) | |
| RegistryEntry (int userId, int dataSourceId, long timeStamp, String type, String uuid, String userName, boolean status) | |
| RegistryEntry (int id, long timeStamp, String type, String uuid, String userName, boolean status) | |
| boolean | equals (Object obj) |
| int | hashCode () |
| int | getId () |
| void | setId (int id) |
| int | getUserId () |
| void | setUserId (int userId) |
| int | getDataSourceId () |
| void | setDataSourceId (int dataSourceId) |
| long | getTimeStamp () |
| void | setTimestamp (long timeStamp) |
| Date | getDate () |
| void | setDate (Date date) |
| String | getType () |
| void | setType (String type) |
| String | getUuid () |
| void | setUuid (String uuid) |
| String | getUserName () |
| void | setUserName (String userName) |
| boolean | getStatus () |
| void | setStatus (boolean status) |
Additional Inherited Members | |
| Static Public Attributes inherited from eu.baltrad.dex.registry.model.IRegistryEntry | |
| static final String | UPLOAD = "upload" |
| static final String | DOWNLOAD = "download" |
Class implements data delivery register entry.
|
inline |
Default constructor.
|
inline |
Constructor.
| id | Record id |
| userId | User id |
| dataSourceId | Data source id |
| type | Entry type |
| timeStamp | Timestamp |
| uuid | File's UUID |
| userName | User name |
| status | Delivery status |
|
inline |
Constructor.
| userId | User id |
| dataSourceId | Data source id |
| type | Entry type |
| timeStamp | Timestamp |
| uuid | File's UUID |
| userName | User name |
| status | Delivery status |
|
inline |
Constructor.
| id | Record id |
| type | Entry type |
| timeStamp | Timestamp |
| uuid | File's UUID |
| userName | User name |
| status | Delivery status |
|
inline |
Compares this object with another.
| obj | Object to compare with |
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
Generate hash code.
|
inline |
| dataSourceId | the dataSourceId to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
| date | the date to set |
|
inline |
| id | the id to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
| status | the status to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
| timestamp | the timestamp to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
| type | the type to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
| userId | the userId to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
| userName | the userName to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.
|
inline |
| uuid | the uuid to set |
Implements eu.baltrad.dex.registry.model.IRegistryEntry.