|
| 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) |
|
|
static final String | UPLOAD = "upload" |
|
static final String | DOWNLOAD = "download" |
|
Class implements data delivery register entry.
- Author
- Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
- Version
- 1.2.2
- Since
- 0.1.6
◆ RegistryEntry() [1/4]
eu.baltrad.dex.registry.model.impl.RegistryEntry.RegistryEntry |
( |
| ) |
|
|
inline |
◆ RegistryEntry() [2/4]
eu.baltrad.dex.registry.model.impl.RegistryEntry.RegistryEntry |
( |
int | id, |
|
|
int | userId, |
|
|
int | dataSourceId, |
|
|
long | timeStamp, |
|
|
String | type, |
|
|
String | uuid, |
|
|
String | userName, |
|
|
boolean | status ) |
|
inline |
Constructor.
- Parameters
-
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 |
◆ RegistryEntry() [3/4]
eu.baltrad.dex.registry.model.impl.RegistryEntry.RegistryEntry |
( |
int | userId, |
|
|
int | dataSourceId, |
|
|
long | timeStamp, |
|
|
String | type, |
|
|
String | uuid, |
|
|
String | userName, |
|
|
boolean | status ) |
|
inline |
Constructor.
- Parameters
-
userId | User id |
dataSourceId | Data source id |
type | Entry type |
timeStamp | Timestamp |
uuid | File's UUID |
userName | User name |
status | Delivery status |
◆ RegistryEntry() [4/4]
eu.baltrad.dex.registry.model.impl.RegistryEntry.RegistryEntry |
( |
int | id, |
|
|
long | timeStamp, |
|
|
String | type, |
|
|
String | uuid, |
|
|
String | userName, |
|
|
boolean | status ) |
|
inline |
Constructor.
- Parameters
-
id | Record id |
type | Entry type |
timeStamp | Timestamp |
uuid | File's UUID |
userName | User name |
status | Delivery status |
◆ equals()
boolean eu.baltrad.dex.registry.model.impl.RegistryEntry.equals |
( |
Object | obj | ) |
|
|
inline |
Compares this object with another.
- Parameters
-
obj | Object to compare with |
- Returns
- True is tested parameters are equal
◆ getDataSourceId()
int eu.baltrad.dex.registry.model.impl.RegistryEntry.getDataSourceId |
( |
| ) |
|
|
inline |
◆ getDate()
Date eu.baltrad.dex.registry.model.impl.RegistryEntry.getDate |
( |
| ) |
|
|
inline |
◆ getId()
int eu.baltrad.dex.registry.model.impl.RegistryEntry.getId |
( |
| ) |
|
|
inline |
◆ getStatus()
boolean eu.baltrad.dex.registry.model.impl.RegistryEntry.getStatus |
( |
| ) |
|
|
inline |
◆ getTimeStamp()
long eu.baltrad.dex.registry.model.impl.RegistryEntry.getTimeStamp |
( |
| ) |
|
|
inline |
◆ getType()
String eu.baltrad.dex.registry.model.impl.RegistryEntry.getType |
( |
| ) |
|
|
inline |
◆ getUserId()
int eu.baltrad.dex.registry.model.impl.RegistryEntry.getUserId |
( |
| ) |
|
|
inline |
◆ getUserName()
String eu.baltrad.dex.registry.model.impl.RegistryEntry.getUserName |
( |
| ) |
|
|
inline |
◆ getUuid()
String eu.baltrad.dex.registry.model.impl.RegistryEntry.getUuid |
( |
| ) |
|
|
inline |
◆ hashCode()
int eu.baltrad.dex.registry.model.impl.RegistryEntry.hashCode |
( |
| ) |
|
|
inline |
Generate hash code.
- Returns
- Hash code
◆ setDataSourceId()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setDataSourceId |
( |
int | dataSourceId | ) |
|
|
inline |
◆ setDate()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setDate |
( |
Date | date | ) |
|
|
inline |
◆ setId()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setId |
( |
int | id | ) |
|
|
inline |
◆ setStatus()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setStatus |
( |
boolean | status | ) |
|
|
inline |
◆ setTimestamp()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setTimestamp |
( |
long | timeStamp | ) |
|
|
inline |
◆ setType()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setType |
( |
String | type | ) |
|
|
inline |
◆ setUserId()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setUserId |
( |
int | userId | ) |
|
|
inline |
◆ setUserName()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setUserName |
( |
String | userName | ) |
|
|
inline |
◆ setUuid()
void eu.baltrad.dex.registry.model.impl.RegistryEntry.setUuid |
( |
String | uuid | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/dex/registry/model/impl/RegistryEntry.java