|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.registry.model.RegistryEntry
public class RegistryEntry
The Class RegistryEntry.
Field Summary | |
---|---|
java.lang.String |
id
The id. |
Constructor Summary | |
---|---|
RegistryEntry()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.sql.Timestamp |
getActivationDate()
Gets the activation date. |
java.lang.String |
getBaseRevision()
Gets the base revision. |
java.lang.String |
getDbName()
Gets the db name. |
java.lang.String |
getDbSchemaDescription()
Gets the db schema description. |
java.lang.String |
getDbSchemaVersion()
Gets the db schema version. |
java.lang.String |
getDbUri()
Gets the db uri. |
java.sql.Timestamp |
getDeactivationDate()
Gets the deactivation date. |
java.lang.String |
getFixedAtRevision()
Gets the fixed at revision. |
java.lang.String |
getId()
Gets the id. |
java.lang.Boolean |
getIsLocked()
|
java.sql.Timestamp |
getLastUpdateDate()
Gets the last update date. |
java.lang.String |
getPrefix()
Gets the prefix. |
Registry.ResourceType |
getResourceType()
Gets the resource type. |
java.lang.String |
getResourceUri()
Gets the resource uri. |
java.lang.String |
getResourceVersion()
Gets the resource version. |
java.lang.String |
getStagingPrefix()
|
java.lang.String |
getStatus()
Gets the status. |
java.lang.String |
getSupplementsUri()
|
java.lang.String |
getSupplementsVersion()
|
java.lang.String |
getTag()
Gets the tag. |
int |
hashCode()
|
void |
setActivationDate(java.sql.Timestamp activationDate)
Sets the activation date. |
void |
setBaseRevision(java.lang.String baseRevision)
Sets the base revision. |
void |
setDbName(java.lang.String dbName)
Sets the db name. |
void |
setDbSchemaDescription(java.lang.String dbSchemaDescription)
Sets the db schema description. |
void |
setDbSchemaVersion(java.lang.String dbSchemaVersion)
Sets the db schema version. |
void |
setDbUri(java.lang.String dbUri)
Sets the db uri. |
void |
setDeactivationDate(java.sql.Timestamp deactivationDate)
Sets the deactivation date. |
void |
setFixedAtRevision(java.lang.String fixedAtRevision)
Sets the fixed at revision. |
void |
setId(java.lang.String id)
Sets the id. |
void |
setIsLocked(java.lang.Boolean isLocked)
|
void |
setLastUpdateDate(java.sql.Timestamp lastUpdateDate)
Sets the last update date. |
void |
setPrefix(java.lang.String prefix)
Sets the prefix. |
void |
setResourceType(Registry.ResourceType resourceType)
Sets the resource type. |
void |
setResourceUri(java.lang.String resourceUri)
Sets the resource uri. |
void |
setResourceVersion(java.lang.String resourceVersion)
Sets the resource version. |
void |
setStagingPrefix(java.lang.String stagingPrefix)
|
void |
setStatus(java.lang.String status)
Sets the status. |
void |
setSupplementsUri(java.lang.String supplementsUri)
|
void |
setSupplementsVersion(java.lang.String supplementsVersion)
|
void |
setTag(java.lang.String tag)
Sets the tag. |
static XmlRegistry.DBEntry |
toDbEntry(RegistryEntry registryEntry)
To db entry. |
static RegistryEntry |
toRegistryEntry(XmlRegistry.DBEntry dbEntry)
To registry entry. |
static RegistryEntry |
toRegistryEntry(XmlRegistry.HistoryEntry historyEntry)
To registry entry. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
Constructor Detail |
---|
public RegistryEntry()
Method Detail |
---|
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- the new statuspublic java.lang.String getTag()
public void setTag(java.lang.String tag)
tag
- the new tagpublic java.lang.String getId()
public void setId(java.lang.String id)
id
- the new idpublic java.sql.Timestamp getActivationDate()
public void setActivationDate(java.sql.Timestamp activationDate)
activationDate
- the new activation datepublic java.lang.String getDbName()
public void setDbName(java.lang.String dbName)
dbName
- the new db namepublic java.lang.String getDbSchemaDescription()
public void setDbSchemaDescription(java.lang.String dbSchemaDescription)
dbSchemaDescription
- the new db schema descriptionpublic java.lang.String getDbUri()
public void setDbUri(java.lang.String dbUri)
dbUri
- the new db uripublic java.sql.Timestamp getDeactivationDate()
public void setDeactivationDate(java.sql.Timestamp deactivationDate)
deactivationDate
- the new deactivation datepublic java.lang.String getFixedAtRevision()
public void setFixedAtRevision(java.lang.String fixedAtRevision)
fixedAtRevision
- the new fixed at revisionpublic java.lang.Boolean getIsLocked()
public void setIsLocked(java.lang.Boolean isLocked)
public java.sql.Timestamp getLastUpdateDate()
public void setLastUpdateDate(java.sql.Timestamp lastUpdateDate)
lastUpdateDate
- the new last update datepublic java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- the new prefixpublic Registry.ResourceType getResourceType()
public void setResourceType(Registry.ResourceType resourceType)
resourceType
- the new resource typepublic java.lang.String getResourceUri()
public void setResourceUri(java.lang.String resourceUri)
resourceUri
- the new resource uripublic void setDbSchemaVersion(java.lang.String dbSchemaVersion)
dbSchemaVersion
- the new db schema versionpublic java.lang.String getDbSchemaVersion()
public void setResourceVersion(java.lang.String resourceVersion)
resourceVersion
- the new resource versionpublic java.lang.String getResourceVersion()
public void setBaseRevision(java.lang.String baseRevision)
baseRevision
- the new base revisionpublic java.lang.String getBaseRevision()
public static XmlRegistry.DBEntry toDbEntry(RegistryEntry registryEntry)
registryEntry
- the registry entry
public static RegistryEntry toRegistryEntry(XmlRegistry.DBEntry dbEntry)
dbEntry
- the db entry
public static RegistryEntry toRegistryEntry(XmlRegistry.HistoryEntry historyEntry)
historyEntry
- the history entry
public void setStagingPrefix(java.lang.String stagingPrefix)
public java.lang.String getStagingPrefix()
public java.lang.String getSupplementsUri()
public void setSupplementsUri(java.lang.String supplementsUri)
public java.lang.String getSupplementsVersion()
public void setSupplementsVersion(java.lang.String supplementsVersion)
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 |