public class FieldDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
input |
protected String |
label |
protected String |
operators |
protected String |
selectizeSectionKey |
protected String |
type |
protected String |
values |
Constructor and Description |
---|
FieldDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getInput() |
String |
getLabel() |
String |
getOperators() |
String |
getSelectizeSectionKey() |
String |
getType() |
String |
getValues() |
void |
setId(String id) |
void |
setInput(String input) |
void |
setLabel(String label) |
void |
setOperators(String operators) |
void |
setSelectizeSectionKey(String selectizeSectionKey) |
void |
setType(String type) |
void |
setValues(String values) |
protected String id
protected String label
protected String type
protected String input
protected String operators
protected String selectizeSectionKey
protected String values
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
public String getInput()
public void setInput(String input)
public String getOperators()
public void setOperators(String operators)
public String getSelectizeSectionKey()
public void setSelectizeSectionKey(String selectizeSectionKey)
public String getValues()
public void setValues(String values)
Copyright © 2022. All rights reserved.