Package org.dspace.app.requestitem
Class RequestItemAuthor
java.lang.Object
org.dspace.app.requestitem.RequestItemAuthor
Simple DTO to transfer data about the corresponding author for the Request
Copy feature.
- Author:
- Andrea Bollini
-
Constructor Summary
ConstructorsConstructorDescriptionRequestItemAuthor(String fullName, String email) Construct an author record from given data.RequestItemAuthor(EPerson ePerson) Construct an author from an EPerson's metadata. -
Method Summary
-
Constructor Details
-
RequestItemAuthor
Construct an author record from given data.- Parameters:
fullName- the author's full name.email- the author's email address.
-
RequestItemAuthor
Construct an author from an EPerson's metadata.- Parameters:
ePerson- the EPerson.
-
-
Method Details
-
getEmail
-
getFullName
-