public class OperatorDTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldType |
protected String |
label |
protected String |
name |
| Constructor and Description |
|---|
OperatorDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldType() |
String |
getLabel() |
String |
getName() |
void |
setFieldType(String fieldType) |
void |
setLabel(String label) |
void |
setName(String name) |
Copyright © 2017. All rights reserved.