|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.registry.model.Registry
public class Registry
The Class Registry.
Constructor Summary | |
---|---|
Registry()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Registry()
Method Detail |
---|
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
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |