org.nuiton.wikitty.query
Class FacetTopic

java.lang.Object
  extended by org.nuiton.wikitty.query.FacetTopic
All Implemented Interfaces:
Serializable

public class FacetTopic
extends Object
implements Serializable

Represente un topic d'une facet. Les topic sont utilise dans les resultats de requete

Since:
3.3 Last update: $Date: 2012-04-05 17:31:15 +0200 (jeu, 05 avr 2012) $ by : $Author: maven-release $
Version:
$Revision: 1462 $
Author:
poussin
See Also:
Serialized Form

Field Summary
protected  int count
           
protected  String facetName
           
protected  String topicName
           
 
Constructor Summary
FacetTopic(String facetName, String topicName, int count)
           
 
Method Summary
 int getCount()
           
 String getFacetName()
           
 String getTopicName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

facetName

protected String facetName

topicName

protected String topicName

count

protected int count
Constructor Detail

FacetTopic

public FacetTopic(String facetName,
                  String topicName,
                  int count)
Method Detail

getFacetName

public String getFacetName()

getTopicName

public String getTopicName()

getCount

public int getCount()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 CodeLutin. All Rights Reserved.