@Entity
public class Registry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Registry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getId()
Gets the id.
|
java.sql.Timestamp |
getLastUpdateTime()
Gets the last update time.
|
java.lang.String |
getLastUsedDbIdentifer()
Gets the last used db identifer.
|
java.lang.String |
getLastUsedHistoryIdentifer()
Gets the last used history identifer.
|
int |
hashCode() |
void |
setId(int id)
Sets the id.
|
void |
setLastUpdateTime(java.sql.Timestamp lastUpdateTime)
Sets the last update time.
|
void |
setLastUsedDbIdentifer(java.lang.String lastUsedDbIdentifer)
Sets the last used db identifer.
|
void |
setLastUsedHistoryIdentifer(java.lang.String lastUsedHistoryIdentifer)
Sets the last used history identifer.
|
public void setId(int id)
id
- the new idpublic int getId()
public java.lang.String getLastUsedDbIdentifer()
public void setLastUsedDbIdentifer(java.lang.String lastUsedDbIdentifer)
lastUsedDbIdentifer
- the new last used db identiferpublic java.lang.String getLastUsedHistoryIdentifer()
public void setLastUsedHistoryIdentifer(java.lang.String lastUsedHistoryIdentifer)
lastUsedHistoryIdentifer
- the new last used history identiferpublic void setLastUpdateTime(java.sql.Timestamp lastUpdateTime)
lastUpdateTime
- the new last update timepublic java.sql.Timestamp getLastUpdateTime()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object