Class RequestItemAuthor

java.lang.Object
org.dspace.app.requestitem.RequestItemAuthor

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

    • 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 Details

    • getEmail

      public String getEmail()
    • getFullName

      public String getFullName()