public class Operation extends Object implements Serializable
| Constructor and Description |
|---|
Operation() |
Operation(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
Copyright © 2014. All Rights Reserved.