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
Modifier and TypeClassDescriptionstatic enum
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getChild()
getId()
getPid()
int
hashCode()
void
setChild
(TermConcept theChild) setCodeSystem
(TermCodeSystemVersion theCodeSystemVersion) setParent
(TermConcept theParent) setRelationshipType
(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) toString()
-
Constructor Details
-
TermConceptParentChildLink
public TermConceptParentChildLink()
-
-
Method Details
-
equals
-
getChild
-
getChildPid
-
getCodeSystem
-
getPid
-
getId
-
getParent
-
getParentPid
-
getRelationshipType
-
prePersist
-
hashCode
-
setChild
-
setCodeSystem
-
setParent
-
setRelationshipType
public TermConceptParentChildLink setRelationshipType(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) -
toString
-