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)
      • RequestItemAuthor

        public RequestItemAuthor​(EPerson ePerson)
    • Method Detail

      • getEmail

        public String getEmail()
      • getFullName

        public String getFullName()