Package org.dspace.app.requestitem
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 Summary
Constructors Constructor Description RequestItemAuthor(String fullName, String email)Construct an author record from given data.RequestItemAuthor(EPerson ePerson)Construct an author from an EPerson's metadata.
-
-
-
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.
-
-