public interface Searchable<T extends java.io.Serializable> extends ValueAssignable<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getSearchable()
Whether or not this class contains searchable information
|
void |
setSearchable(java.lang.Boolean searchable)
Whether or not this class contains searchable information
|
getName, getValue, setName, setValuejava.lang.Boolean getSearchable()
void setSearchable(java.lang.Boolean searchable)
searchable - Whether or not this class contains searchable informationCopyright © 2018. All Rights Reserved.