public class SchemaLogEntryEntity extends Object implements SchemaLogEntry, DbEntity, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected Date |
timestamp |
protected String |
version |
Constructor and Description |
---|
SchemaLogEntryEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
A unique identifier of a schema log entry.
|
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
Date |
getTimestamp()
The creation date of this schema log entry.
|
String |
getVersion()
The schema version.
|
void |
setId(String id) |
void |
setTimestamp(Date timestamp) |
void |
setVersion(String version) |
String |
toString() |
protected String id
protected Date timestamp
protected String version
public Date getTimestamp()
SchemaLogEntry
getTimestamp
in interface SchemaLogEntry
public void setTimestamp(Date timestamp)
public String getVersion()
SchemaLogEntry
getVersion
in interface SchemaLogEntry
public void setVersion(String version)
public String getId()
SchemaLogEntry
getId
in interface DbEntity
getId
in interface SchemaLogEntry
public Object getPersistentState()
DbEntity
getPersistentState
in interface DbEntity
Copyright © 2022. All rights reserved.