public class AdmProductImportBatchSelect.EditableBatch
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private ImportBatch |
batch
The import batch.
|
private Radio |
selection
The selection radio button.
|
private static long |
serialVersionUID
The class' serialization version id.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EditableBatch(ImportBatch batch,
boolean selected)
Constructs a new editable import batch.
|
| Modifier and Type | Method and Description |
|---|---|
ImportBatch |
getBatch()
Returns the import batch.
|
Radio |
getSelection()
Returns the selection radio button.
|
private static final long serialVersionUID
private ImportBatch batch
private Radio selection
protected EditableBatch(ImportBatch batch, boolean selected)
batch - (ImportBatch) The import batch object on which this
editable is based.selected - (boolean) true if this is the selected
batch in the list, otherwise false.public ImportBatch getBatch()
public Radio getSelection()