com.stratelia.silverpeas.classifyEngine
Class PertinentValue

java.lang.Object
  extended by com.stratelia.silverpeas.classifyEngine.PertinentValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SearchValue

public class PertinentValue
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PertinentValue()
           
 
Method Summary
 int getAxisId()
           
 int getNbObjects()
           
 String getValue()
           
 void setAxisId(int nGivenAxisId)
           
 void setNbObjects(int nGivennbObjects)
           
 void setValue(String sGivenValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PertinentValue

public PertinentValue()
Method Detail

setAxisId

public void setAxisId(int nGivenAxisId)

getAxisId

public int getAxisId()

setNbObjects

public void setNbObjects(int nGivennbObjects)

getNbObjects

public int getNbObjects()

setValue

public void setValue(String sGivenValue)

getValue

public String getValue()


Copyright © 2016 Silverpeas. All Rights Reserved.