Class Batch
- java.lang.Object
-
- fr.gouv.vitam.collect.internal.core.common.Batch
-
public class Batch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Batch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBatchId()BatchStatusgetBatchStatus()voidsetBatchId(java.lang.String batchId)voidsetBatchStatus(BatchStatus batchStatus)
-
-
-
Method Detail
-
getBatchId
public java.lang.String getBatchId()
-
setBatchId
public void setBatchId(java.lang.String batchId)
-
getBatchStatus
public BatchStatus getBatchStatus()
-
setBatchStatus
public void setBatchStatus(BatchStatus batchStatus)
-
-