Class AbstractDocument

    • Field Detail

      • id

        protected String id
      • links

        protected final List<Link> links
    • Constructor Detail

      • AbstractDocument

        public AbstractDocument()
    • Method Detail

      • addLink

        public void addLink​(Link link)
        Adds a link to the document
      • getLinks

        public List<Link> getLinks()
      • getId

        public String getId()
        Returns the document id, as is
      • setId

        public void setId​(String id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getType

        public String getType()
      • setType

        public void setType​(String type)