org.nuiton.wikitty.search
Class FacetTopic
java.lang.Object
org.nuiton.wikitty.search.FacetTopic
- All Implemented Interfaces:
- Serializable
public class FacetTopic
- extends Object
- implements Serializable
- Version:
- $Revision: 615 $
Last update: $Date: 2010-12-16 01:02:14 +0100 (jeu. 16 déc. 2010) $
by : $Author: bpoussin $
- Author:
- poussin
- See Also:
- Serialized Form
facetName
protected String facetName
topicName
protected String topicName
count
protected int count
FacetTopic
public FacetTopic(String facetName,
String topicName,
int count)
getFacetName
public String getFacetName()
getTopicName
public String getTopicName()
getCount
public int getCount()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2011 CodeLutin. All Rights Reserved.