Class ChangeDataId


  • public class ChangeDataId
    extends Object
    A pair of a history entry id and a string identifier for the change data in it.
    • Constructor Detail

      • ChangeDataId

        public ChangeDataId​(long historyEntryId,
                            String subDirectory)
    • Method Detail

      • getHistoryEntryId

        public long getHistoryEntryId()
      • getSubDirectory

        public String getSubDirectory()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object