org.nuiton.wikitty
Class FacetTopic

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

public class FacetTopic
extends Object
implements Serializable

Version:
$Revision: 80 $ Last update: $Date: 2010-06-02 14:50:50 +0200 (mer., 02 juin 2010) $ by : $Author: echatellier $
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.