Class SchemaLogEntryDto


  • public class SchemaLogEntryDto
    extends Object
    Author:
    Miklas Boskamp
    • Constructor Detail

      • SchemaLogEntryDto

        public SchemaLogEntryDto​(String id,
                                 Date timestamp,
                                 String version)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getTimestamp

        public Date getTimestamp()
      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)