Class ProjectMetaDataImpl

    • Field Detail

      • author

        private String author
      • keywords

        private String keywords
      • description

        private String description
    • Constructor Detail

      • ProjectMetaDataImpl

        public ProjectMetaDataImpl()
    • Method Detail

      • getAuthor

        public String getAuthor()
        Description copied from interface: ProjectMetaData
        Returns the author of this project.

        The default value is the computer's user name.

        Specified by:
        getAuthor in interface ProjectMetaData
        Returns:
        project's author
      • getDescription

        public String getDescription()
        Description copied from interface: ProjectMetaData
        Returns the description of this project.
        Specified by:
        getDescription in interface ProjectMetaData
        Returns:
        the project's description or empty string if missing
      • setDescription

        public void setDescription​(String description)
        Description copied from interface: ProjectMetaData
        Sets the project's description.
        Specified by:
        setDescription in interface ProjectMetaData
        Parameters:
        description - description
      • getKeywords

        public String getKeywords()
        Description copied from interface: ProjectMetaData
        Returns the keywords of this project.
        Specified by:
        getKeywords in interface ProjectMetaData
        Returns:
        the project's keywords or empty string if missing
      • getTitle

        public String getTitle()
        Description copied from interface: ProjectMetaData
        Returns the title of this project.
        Specified by:
        getTitle in interface ProjectMetaData
        Returns:
        the project's title or empty string if missing