
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()intintvoidvoidsetInstanceId(String theInstanceId) voidsetJobDefinitionId(String theJobDefinitionId) voidsetJobDefinitionVersion(int theJobDefinitionVersion) voidsetSequence(int theSequence) voidsetStatus(WorkChunkStatusEnum theStatus) voidsetTargetStepId(String theTargetStepId)
-
Constructor Details
-
Batch2WorkChunkMetadataView
public Batch2WorkChunkMetadataView()
-
-
Method Details
-
getId
-
setId
-
getSequence
-
setSequence
-
getStatus
-
setStatus
-
getInstanceId
-
setInstanceId
-
getJobDefinitionId
-
setJobDefinitionId
-
getJobDefinitionVersion
-
setJobDefinitionVersion
-
getTargetStepId
-
setTargetStepId
-
toChunkMetadata
-