Class RequestItemAuthor


  • public class RequestItemAuthor
    extends Object
    Simple DTO to transfer data about the corresponding author for the Request Copy feature.
    Author:
    Andrea Bollini
    • Constructor Detail

      • RequestItemAuthor

        public RequestItemAuthor​(String fullName,
                                 String email)
        Construct an author record from given data.
        Parameters:
        fullName - the author's full name.
        email - the author's email address.
      • RequestItemAuthor

        public RequestItemAuthor​(EPerson ePerson)
        Construct an author from an EPerson's metadata.
        Parameters:
        ePerson - the EPerson.
    • Method Detail

      • getEmail

        public String getEmail()
      • getFullName

        public String getFullName()