Class Author
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.Author
- All Implemented Interfaces:
Serializable
Represents the human or machine that created an entry.
All non-list members of this class are allowed to be null
.
The lists are pre-created and can therefore never be null
.
- Author:
- Jens Riemschneider
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAuthorPerson
(Person authorPerson) toString()
-
Constructor Details
-
Author
public Author()
-
-
Method Details
-
getAuthorPerson
- Returns:
- basic information about the author.
-
setAuthorPerson
- Parameters:
authorPerson
- basic information about the author.
-
getAuthorInstitution
- Returns:
- the list of author institutions. Never
null
, but can be empty.
-
getAuthorRole
- Returns:
- the list of author roles. Never
null
, but can be empty.
-
getAuthorSpecialty
- Returns:
- the list of author specialties. Never
null
, but can be empty.
-
getAuthorTelecom
- Returns:
- the list of author telecommunication addresses.
Never
null
, but can be empty.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-