Class Category
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.Category
-
public class Category extends Object
A contextual navigation category (type, topic, site).- Since:
- 11.0
- See Also:
ContextualNavigation
,Cluster
,ClusterNav
-
-
Field Summary
Fields Modifier and Type Field Description private List<Cluster>
clusters
List of clusters (suggestions) for this category.private String
fewerLink
Link to get fewer values for this category.private Integer
more
Number of additional values of this categories, if any.private String
moreLink
Link to get more values for this category.private String
name
Name of the category ("type", "topic" or "site").
-
-
-
Field Detail
-
name
private String name
Name of the category ("type", "topic" or "site").
-
more
private Integer more
Number of additional values of this categories, if any.
-
moreLink
private String moreLink
Link to get more values for this category.
-
fewerLink
private String fewerLink
Link to get fewer values for this category.
-
-