Class MigrationEntryImpl

    • Constructor Detail

      • MigrationEntryImpl

        public MigrationEntryImpl​(Date timestamp,
                                  String message,
                                  String type)
    • Method Detail

      • getTimestamp

        public Date getTimestamp()
        Description copied from interface: MigrationEntry
        Return timestamp of the entry - when it was created
        Specified by:
        getTimestamp in interface MigrationEntry
        Returns:
        entry timestamp
      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • setMessage

        public void setMessage​(String message)
      • setType

        public void setType​(String type)