public class Select2Entry extends Object
| Constructor and Description |
|---|
Select2Entry(String text) |
Select2Entry(String id,
String text) |
| Modifier and Type | Method and Description |
|---|---|
List<Select2Entry> |
getChildren()
Getter for children.
|
String |
getId()
Getter for id.
|
String |
getText()
Getter for text.
|
void |
setChildren(List<Select2Entry> children)
Setter for children.
|
void |
setId(String id)
Setter for id.
|
void |
setText(String text)
Setter for text.
|
public Select2Entry(String text)
public String getId()
public void setId(String id)
id - the id to setpublic String getText()
public void setText(String text)
text - the text to setpublic List<Select2Entry> getChildren()
public void setChildren(List<Select2Entry> children)
children - the children to setCopyright © 2017. All rights reserved.