
Public Member Functions | |
| SourceStatus (Boolean connected, Boolean enabled, Timestamp lastContact) | |
| String | getStatusId () |
| void | setStatusId (String sourceId) |
| Boolean | getConnected () |
| void | setConnected (Boolean connected) |
| Boolean | getEnabled () |
| void | setEnabled (Boolean enabled) |
| Timestamp | getLastContact () |
| void | setLastContact (Timestamp lastContact) |
| int | hashCode () |
| boolean | equals (Object obj) |
| Object | clone () |
Static Public Attributes | |
| final SourceStatus | INITIAL_STATUS = new SourceStatus(Boolean.TRUE, Boolean.TRUE, null) |
Private Member Functions | |
| SourceStatus () | |
Private Attributes | |
| String | statusId |
| Boolean | connected |
| Timestamp | lastContact |
| Boolean | enabled |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.id generator-class="assigned" column="SOURCE_ID"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8