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:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetResource(ResourceHistoryTable theResourceHistory)voidsetResourceId(Long theResourceId)voidsetResourceType(String theResourceType)Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Constructor Details
-
ResourceHistoryTag
public ResourceHistoryTag() -
ResourceHistoryTag
public ResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId)
-
-
Method Details
-
getResourceType
-
setResourceType
-
getResourceId
-
setResourceId
-
getResourceHistory
-
setResource
-
getId
-