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
ConstructorDescriptionConstructorResourceTag
(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setResource
(ResourceTable theResource) void
setResourceId
(Long theResourceId) void
setResourceType
(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