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
ConstructorDescriptionConstructs a recipient.Recipient
(Organization organization, Person person, Telecom telecom) Constructs a recipient. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setOrganization
(Organization organization) void
void
setTelecom
(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