org.lexevs.registry.model
Class Registry

java.lang.Object
  extended by org.lexevs.registry.model.Registry
All Implemented Interfaces:
java.io.Serializable

public class Registry
extends java.lang.Object
implements java.io.Serializable

The Class Registry.

Author:
Kevin Peterson
See Also:
Serialized Form

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

Registry

public Registry()
Method Detail

setId

public void setId(int id)
Sets the id.

Parameters:
id - the new id

getId

public int getId()
Gets the id.

Returns:
the id

getLastUsedDbIdentifer

public java.lang.String getLastUsedDbIdentifer()
Gets the last used db identifer.

Returns:
the last used db identifer

setLastUsedDbIdentifer

public void setLastUsedDbIdentifer(java.lang.String lastUsedDbIdentifer)
Sets the last used db identifer.

Parameters:
lastUsedDbIdentifer - the new last used db identifer

getLastUsedHistoryIdentifer

public java.lang.String getLastUsedHistoryIdentifer()
Gets the last used history identifer.

Returns:
the last used history identifer

setLastUsedHistoryIdentifer

public void setLastUsedHistoryIdentifer(java.lang.String lastUsedHistoryIdentifer)
Sets the last used history identifer.

Parameters:
lastUsedHistoryIdentifer - the new last used history identifer

setLastUpdateTime

public void setLastUpdateTime(java.sql.Timestamp lastUpdateTime)
Sets the last update time.

Parameters:
lastUpdateTime - the new last update time

getLastUpdateTime

public java.sql.Timestamp getLastUpdateTime()
Gets the last update time.

Returns:
the last update time

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
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.