Class Recipient
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.Recipient
- All Implemented Interfaces:
Serializable
Represents a recipient containing a person and/or organization
and/or telecommunication address.
All members of this class are allowed to be null.
If both, the person and the organization, are defined, the person is expected to be a member of the specified organization.
- Author:
- Jens Riemschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a recipient.Recipient(Organization organization, Person person, Telecom telecom) Constructs a recipient. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetOrganization(Organization organization) voidvoidsetTelecom(Telecom telecom) toString()
-
Constructor Details
-
Recipient
public Recipient()Constructs a recipient. -
Recipient
Constructs a recipient.- Parameters:
organization- the organization.person- the person.telecom- telecommunication address.
-
-
Method Details