Class Config.Document.Permissions

    • Field Detail

      • download

        protected final boolean download
        The download.
      • edit

        protected final boolean edit
        The edit.
      • print

        protected final boolean print
        The print.
    • Constructor Detail

      • Permissions

        protected Permissions​(boolean download,
                              boolean edit,
                              boolean print)
        Instantiates a new permissions.
        Parameters:
        download - the download
        edit - the edit
        print - the print
    • Method Detail

      • isDownload

        public boolean isDownload()
        Checks if is download.
        Returns:
        the download
      • isEdit

        public boolean isEdit()
        Checks if is edits the.
        Returns:
        the edit
      • isPrint

        public boolean isPrint()
        Checks if is print the.
        Returns:
        the print