Package ca.uhn.fhir.jpa.model.entity
Class ResourceHistoryTag
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseTag
ca.uhn.fhir.jpa.model.entity.ResourceHistoryTag
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorResourceHistoryTag
(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setResource
(ResourceHistoryTable theResourceHistory) void
setResourceId
(Long theResourceId) void
setResourceType
(String theResourceType) Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId, toString
-
Constructor Details
-
ResourceHistoryTag
public ResourceHistoryTag()Constructor -
ResourceHistoryTag
public ResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor
-
-
Method Details
-
getResourceType
-
setResourceType
-
getResourceId
-
setResourceId
-
getResourceHistory
-
setResource
-
getId
-