public class SearchableItem extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id
The database ID associated with this item, for searches.
|
String |
label
The text label used to show this item to the user.
|
| Constructor and Description |
|---|
SearchableItem(int id,
String label)
Constructor simply sets the immutable value fields.
|
public final int id
public final String label
public SearchableItem(int id,
String label)
id - the database ID associated with this item, for searcheslabel, - the text label used to show this item to the userCopyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.