public interface Searchable<T extends Serializable> extends ValueAssignable<T>
Modifier and Type | Method and Description |
---|---|
Boolean |
getSearchable()
Whether or not this class contains searchable information
|
void |
setSearchable(Boolean searchable)
Whether or not this class contains searchable information
|
getName, getValue, setName, setValue
Boolean getSearchable()
void setSearchable(Boolean searchable)
searchable
- Whether or not this class contains searchable informationCopyright © 2014. All rights reserved.