
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
ConstructorsConstructorDescriptionConstructorTagDefinition
(TagTypeEnum theTagType, String theSystem, String theCode, String theDisplay) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCode()
getId()
int
hashCode()
void
void
setDisplay
(String theDisplay) void
void
void
setTagType
(TagTypeEnum theTagType) toString()
-
Constructor Details
-
TagDefinition
public TagDefinition()Constructor -
TagDefinition
-
-
Method Details