| Modifier and Type | Field and Description |
|---|---|
private TYPE |
data |
private OperationType |
operationType |
| Constructor and Description |
|---|
BatchOperation() |
BatchOperation(OperationType operationType,
TYPE data) |
| Modifier and Type | Method and Description |
|---|---|
TYPE |
getData() |
OperationType |
getOperationType() |
void |
setData(TYPE data) |
void |
setOperationType(OperationType operationType) |
private OperationType operationType
public BatchOperation()
public BatchOperation(OperationType operationType, TYPE data)
public OperationType getOperationType()
public TYPE getData()
public void setOperationType(OperationType operationType)
public void setData(TYPE data)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.