Interface Author

All Known Implementing Classes:
AuthorImpl

public interface Author
  • Method Details

    • getFullName

      String getFullName()
    • getLastName

      String getLastName()
    • getFirstName

      String getFirstName()
    • getMiddleName

      String getMiddleName()
    • getEmail

      String getEmail()
    • getInitials

      String getInitials()