Package ca.uhn.fhir.jpa.entity
Class Batch2WorkChunkMetadataView
java.lang.Object
ca.uhn.fhir.jpa.entity.Batch2WorkChunkMetadataView
- All Implemented Interfaces:
Serializable
A view for a Work Chunk that contains only the most necessary information
to satisfy the no-data path.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
int
int
void
void
setInstanceId
(String theInstanceId) void
setJobDefinitionId
(String theJobDefinitionId) void
setJobDefinitionVersion
(int theJobDefinitionVersion) void
setSequence
(int theSequence) void
setStatus
(WorkChunkStatusEnum theStatus) void
setTargetStepId
(String theTargetStepId)
-
Constructor Details
-
Batch2WorkChunkMetadataView
public Batch2WorkChunkMetadataView()
-
-
Method Details
-
getId
-
setId
-
getSequence
-
setSequence
-
getStatus
-
setStatus
-
getInstanceId
-
setInstanceId
-
getJobDefinitionId
-
setJobDefinitionId
-
getJobDefinitionVersion
-
setJobDefinitionVersion
-
getTargetStepId
-
setTargetStepId
-
toChunkMetadata
-