org.broadleafcommerce.common.value
Interface Searchable<T extends Serializable>

All Superinterfaces:
Serializable, ValueAssignable<T>

public interface Searchable<T extends Serializable>
extends ValueAssignable<T>

Describes a class that contains searchable information. Can be used by the framework search engine to create search indexes and indicate that information in this class should be searched for search terms during actual searches.

Author:
Jeff Fischer

Method Summary
 Boolean getSearchable()
          Whether or not this class contains searchable information
 void setSearchable(Boolean searchable)
          Whether or not this class contains searchable information
 
Methods inherited from interface org.broadleafcommerce.common.value.ValueAssignable
getName, getValue, setName, setValue
 

Method Detail

getSearchable

Boolean getSearchable()
Whether or not this class contains searchable information

Returns:
Whether or not this class contains searchable information

setSearchable

void setSearchable(Boolean searchable)
Whether or not this class contains searchable information

Parameters:
searchable - Whether or not this class contains searchable information


Copyright © 2013. All Rights Reserved.