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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetChild()getId()inthashCode()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)
-