Package edu.upf.taln.dri.lib.model.ext
Interface Author
-
- All Known Implementing Classes:
AuthorImpl
public interface Author
Author of a paper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
asString(boolean compactOutput)
String representation of the objectList<Institution>
getAffiliations()
The affiliations of the authorString
getEmail()
The email of the authorString
getFirstName()
The first name of the authorString
getFullName()
The full name of the authorString
getPersonalPageURL()
The URL of the personal Web page of the authorString
getSurname()
The surname of the author
-
-
-
Method Detail
-
getFullName
String getFullName()
The full name of the author- Returns:
-
getFirstName
String getFirstName()
The first name of the author- Returns:
-
getSurname
String getSurname()
The surname of the author- Returns:
-
getEmail
String getEmail()
The email of the author- Returns:
-
getPersonalPageURL
String getPersonalPageURL()
The URL of the personal Web page of the author- Returns:
-
getAffiliations
List<Institution> getAffiliations()
The affiliations of the author- Returns:
-
asString
String asString(boolean compactOutput)
String representation of the object- Returns:
-
-