Class ObjectReference
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.ObjectReference
- All Implemented Interfaces:
Serializable
Represents an object reference.
- Author:
- Jens Riemschneider
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an object reference.Constructs an object reference.ObjectReference
(String id, String home) Constructs an object reference. -
Method Summary
-
Constructor Details
-
ObjectReference
public ObjectReference()Constructs an object reference. -
ObjectReference
Constructs an object reference.- Parameters:
id
- the id of the referenced object.
-
ObjectReference
Constructs an object reference.- Parameters:
id
- the id of the referenced object.home
- the ID of the community that the object was created in.
-
-
Method Details
-
getId
- Returns:
- the id of the referenced object.
-
setId
- Parameters:
id
- the id of the referenced object.
-
getHome
- Returns:
- the ID of the community that the object was created in.
-
setHome
- Parameters:
home
- the ID of the community that the object was created in.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-