public class BatchJobContext extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected BatchEntity | batch | 
| protected ByteArrayEntity | configuration | 
| Constructor and Description | 
|---|
| BatchJobContext(BatchEntity batchEntity,
               ByteArrayEntity configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchEntity | getBatch() | 
| ByteArrayEntity | getConfiguration() | 
| void | setBatch(BatchEntity batch) | 
| void | setConfiguration(ByteArrayEntity configuration) | 
protected BatchEntity batch
protected ByteArrayEntity configuration
public BatchJobContext(BatchEntity batchEntity, ByteArrayEntity configuration)
public BatchEntity getBatch()
public void setBatch(BatchEntity batch)
public ByteArrayEntity getConfiguration()
public void setConfiguration(ByteArrayEntity configuration)
Copyright © 2018. All rights reserved.