Class SchemaLogEntryEntity

java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
All Implemented Interfaces:
Serializable, DbEntity, SchemaLogEntry

public class SchemaLogEntryEntity extends Object implements SchemaLogEntry, DbEntity, Serializable
Author:
Miklas Boskamp
See Also:
  • Field Details

    • id

      protected String id
    • timestamp

      protected Date timestamp
    • version

      protected String version
  • Constructor Details

    • SchemaLogEntryEntity

      public SchemaLogEntryEntity()
  • Method Details

    • getTimestamp

      public Date getTimestamp()
      Description copied from interface: SchemaLogEntry
      The creation date of this schema log entry.
      Specified by:
      getTimestamp in interface SchemaLogEntry
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getVersion

      public String getVersion()
      Description copied from interface: SchemaLogEntry
      The schema version.
      Specified by:
      getVersion in interface SchemaLogEntry
    • setVersion

      public void setVersion(String version)
    • getId

      public String getId()
      Description copied from interface: SchemaLogEntry
      A unique identifier of a schema log entry.
      Specified by:
      getId in interface DbEntity
      Specified by:
      getId in interface SchemaLogEntry
    • setId

      public void setId(String id)
      Specified by:
      setId in interface DbEntity
    • getPersistentState

      public Object 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 interface DbEntity
    • toString

      public String toString()
      Overrides:
      toString in class Object