Class HistoricalVersion


  • public class HistoricalVersion
    extends Object
    • Constructor Detail

      • HistoricalVersion

        public HistoricalVersion​(Long id,
                                 Long originalId,
                                 Long spaceId,
                                 Integer version,
                                 Date lastModificationDate,
                                 String contentType)
    • Method Detail

      • getId

        public Long getId()
      • getOriginalId

        public Long getOriginalId()
      • getSpaceId

        public Long getSpaceId()
      • getVersion

        public Integer getVersion()
      • getLastModificationDate

        public Instant getLastModificationDate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object