Package ca.uhn.fhir.jpa.entity
Class TermConceptParentChildLink
java.lang.Object
ca.uhn.fhir.jpa.entity.TermConceptParentChildLink
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getChild()
getId()
int
hashCode()
setChild
(TermConcept theChild) setCodeSystem
(TermCodeSystemVersion theCodeSystem) setParent
(TermConcept theParent) setRelationshipType
(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType)
-
Constructor Details
-
TermConceptParentChildLink
public TermConceptParentChildLink()
-
-
Method Details
-
equals
-
getChild
-
getChildPid
-
getCodeSystem
-
getId
-
getParent
-
getParentPid
-
getRelationshipType
-
hashCode
-
setChild
-
setCodeSystem
-
setParent
-
setRelationshipType
public TermConceptParentChildLink setRelationshipType(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType)
-