Class SchemaLogEntryEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
- All Implemented Interfaces:
Serializable
,DbEntity
,SchemaLogEntry
- Author:
- Miklas Boskamp
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
A unique identifier of a schema log entry.Returns a representation of the object, as would be stored in the database.The creation date of this schema log entry.The schema version.void
void
setTimestamp
(Date timestamp) void
setVersion
(String version) toString()
-
Field Details
-
id
-
timestamp
-
version
-
-
Constructor Details
-
SchemaLogEntryEntity
public SchemaLogEntryEntity()
-
-
Method Details
-
getTimestamp
Description copied from interface:SchemaLogEntry
The creation date of this schema log entry.- Specified by:
getTimestamp
in interfaceSchemaLogEntry
-
setTimestamp
-
getVersion
Description copied from interface:SchemaLogEntry
The schema version.- Specified by:
getVersion
in interfaceSchemaLogEntry
-
setVersion
-
getId
Description copied from interface:SchemaLogEntry
A unique identifier of a schema log entry.- Specified by:
getId
in interfaceDbEntity
- Specified by:
getId
in interfaceSchemaLogEntry
-
setId
-
getPersistentState
Description copied from interface:DbEntity
Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentState
in interfaceDbEntity
-
toString
-