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:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorTagDefinition(TagTypeEnum theTagType, String theSystem, String theCode, String theDisplay) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()getId()inthashCode()voidvoidsetDisplay(String theDisplay)voidvoidvoidsetTagType(TagTypeEnum theTagType)toString()
-
Constructor Details
-
TagDefinition
public TagDefinition()Constructor -
TagDefinition
-
-
Method Details