
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
ConstructorsConstructorDescriptionConstructorResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidvoidsetResource(ResourceHistoryTable theResourceHistory) 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
-
ResourceHistoryTag
public ResourceHistoryTag()Constructor -
ResourceHistoryTag
public ResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor
-
-
Method Details
-
getResourceType
-
setResourceType
-
getResourceId
-
setResourceId
-
getResourceTypeId
-
setResourceTypeId
-
getResourceTypeEntity
-
getResourceHistory
-
setResource
-
prePersist
-
getId
-
getResourcePid
-
toString
- Overrides:
toStringin classBasePartitionable
-