Class PersistentDecorator

    • Constructor Detail

      • PersistentDecorator

        public PersistentDecorator()
      • PersistentDecorator

        public PersistentDecorator​(@Nullable String spaceKey,
                                   String name,
                                   String body,
                                   Date lastModificationDate)
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getSpaceKey

        public String getSpaceKey()
      • setSpaceKey

        public void setSpaceKey​(String spaceKey)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getLastModificationDate

        public Date getLastModificationDate()
      • setLastModificationDate

        public void setLastModificationDate​(Date lastModificationDate)