Package ca.uhn.fhir.jpa.model.entity
Class ResourceHistoryProvenanceEntity
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.ResourceHistoryProvenanceEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setRequestId
(String theRequestId) void
setResourceHistoryTable
(ResourceHistoryTable theResourceHistoryTable) void
setResourceTable
(ResourceTable theResourceTable) void
setSourceUri
(String theSourceUri) toString()
Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Constructor Details
-
ResourceHistoryProvenanceEntity
public ResourceHistoryProvenanceEntity()Constructor
-
-
Method Details
-
toString
- Overrides:
toString
in classBasePartitionable
-
setResourceTable
-
setResourceHistoryTable
-
getSourceUri
-
setSourceUri
-
getRequestId
-
setRequestId
-
getId
-