
Package ca.uhn.fhir.jpa.model.entity
Class BaseTag
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseTag
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResourceHistoryTag,ResourceTag
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTag()This can be null if the tag definition has been deleted.getTagId()voidsetTag(TagDefinition theTag) Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId, toString
-
Constructor Details
-
BaseTag
public BaseTag()
-
-
Method Details
-
getTagId
-
getTag
This can be null if the tag definition has been deleted. This should never happen unless someone has manually messed with the database, but it could happen. -
setTag
-