Class EditorPage


  • public class EditorPage
    extends Object
    The Class EditorPage.
    • Field Detail

      • comment

        protected String comment
        The comment.
      • drive

        protected String drive
        The drive.
      • renameAllowed

        protected Boolean renameAllowed
        The rename allowed.
      • displayPath

        protected String displayPath
        The display path.
      • lastModifier

        protected String lastModifier
        The last modifier.
      • lastModified

        protected String lastModified
        The last modified.
    • Constructor Detail

      • EditorPage

        public EditorPage​(String comment,
                          Boolean renameAllowed,
                          String displayPath,
                          String lastModifier,
                          String lastModified,
                          String drive)
        Instantiates a new editor page.
        Parameters:
        comment - the comment
        drive - the drive
        renameAllowed - the rename allowed
        displayPath - the display path
        lastModifier - the last modifier
        lastModified - the last modified
      • EditorPage

        public EditorPage()
        Instantiates a new editor page.
    • Method Detail

      • getComment

        public String getComment()
        Gets the comment.
        Returns:
        the comment
      • getDrive

        public String getDrive()
        Gets the drive.
        Returns:
        the drive
      • setComment

        public void setComment​(String comment)
        Sets the comment.
        Parameters:
        comment - the new comment
      • setDrive

        public void setDrive​(String drive)
        Sets the drive.
        Parameters:
        drive - the new drive
      • getRenameAllowed

        public Boolean getRenameAllowed()
        Gets the rename allowed.
        Returns:
        the rename allowed
      • setRenameAllowed

        public void setRenameAllowed​(Boolean renameAllowed)
        Sets the rename allowed.
        Parameters:
        renameAllowed - the new rename allowed
      • getDisplayPath

        public String getDisplayPath()
        Gets the display path.
        Returns:
        the display path
      • setDisplayPath

        public void setDisplayPath​(String displayPath)
        Sets the display path.
        Parameters:
        displayPath - the new display path
      • getLastModifier

        public String getLastModifier()
        Gets the last modifier.
        Returns:
        the last modifier
      • setLastModifier

        public void setLastModifier​(String lastModifier)
        Sets the last modifier.
        Parameters:
        lastModifier - the new last modifier
      • getLastModified

        public String getLastModified()
        Gets the last modified.
        Returns:
        the last modified
      • setLastModified

        public void setLastModified​(String lastModified)
        Sets the last modified.
        Parameters:
        lastModified - the new last modified