
Package ca.uhn.fhir.jpa.model.entity
Class ResourceTag
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseTag
ca.uhn.fhir.jpa.model.entity.ResourceTag
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorResourceTag(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidsetResource(ResourceTable theResource) voidsetResourceId(Long theResourceId) voidsetResourceType(String theResourceType) voidsetResourceTypeId(Short theResourceTypeId) toString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Constructor Details
-
ResourceTag
public ResourceTag()Constructor -
ResourceTag
public ResourceTag(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor
-
-
Method Details