Interface IAuthor

    • Method Detail

      • addAuthor

        void addAuthor​(Author user)
        Add a Author to a Set of authors.
        Parameters:
        user - added author.
      • getAuthors

        java.util.Set<Author> getAuthors()
        Get all authors attached to this entity as a Set
      • setAuthors

        void setAuthors​(java.util.Set<Author> authors)
        Set the Set of Author for the entity.
        Parameters:
        authors - populated set of authors.