Package ca.uhn.fhir.jpa.model.entity
Class TagDefinition
java.lang.Object
ca.uhn.fhir.jpa.model.entity.TagDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorTagDefinition
(TagTypeEnum theTagType, String theSystem, String theCode, String theDisplay) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCode()
getId()
Warning - this is nullable, while IBaseCoding getUserSelected isn't.int
hashCode()
void
void
setDisplay
(String theDisplay) void
void
void
setTagType
(TagTypeEnum theTagType) void
setUserSelected
(Boolean theUserSelected) void
setVersion
(String theVersion) toString()
-
Constructor Details
-
TagDefinition
public TagDefinition()Constructor -
TagDefinition
-
-
Method Details
-
getCode
-
setCode
-
getDisplay
-
setDisplay
-
getId
-
setId
-
getSystem
-
setSystem
-
getTagType
-
setTagType
-
getVersion
-
setVersion
-
getUserSelected
Warning - this is nullable, while IBaseCoding getUserSelected isn't. todo maybe rename? -
setUserSelected
-
equals
-
hashCode
-
toString
-