public class OperationsList
extends java.lang.Object
Operation
objects.Constructor and Description |
---|
OperationsList()
Special use: information exchange over web.Should not be used for other purposes.
|
OperationsList(java.util.List<Operation> operationList)
Creates an OperationsList object
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Operation> |
getOperationList()
Returns the list of Operation objects.
|
void |
setOperationList(java.util.List<Operation> operationList)
Special use: information exchange over web.Should not be used for other purposes.
|
public OperationsList(java.util.List<Operation> operationList)
operationList
- A list of operationspublic OperationsList()
public java.util.List<Operation> getOperationList()
public void setOperationList(java.util.List<Operation> operationList)
operationList
-