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:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorResourceTag(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId)Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetResource(ResourceTable theResource)voidsetResourceId(Long theResourceId)voidsetResourceType(String theResourceType)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