Class Bookmark

    • Constructor Detail

      • Bookmark

        public Bookmark()
    • Method Detail

      • getUserId

        public long getUserId()
      • setUserId

        public void setUserId​(long userId)
      • getTargetId

        public long getTargetId()
      • setTargetId

        public void setTargetId​(long targetId)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getPosition

        public int getPosition()
      • setPosition

        public void setPosition​(int position)
      • getFileType

        public String getFileType()
      • setFileType

        public void setFileType​(String fileType)
      • getIcon

        public String getIcon()
        The icon for the document associated to the subscription
        Returns:
        name of the icon file
      • getPath

        public String getPath()
        The path of the document associated to the bookmark.
        Returns:
        full path to the document
      • getType

        public int getType()
      • setType

        public void setType​(int type)