Class SearchValue
- java.lang.Object
-
- org.silverpeas.core.pdc.classification.PertinentValue
-
- org.silverpeas.core.pdc.pdc.model.SearchValue
-
- All Implemented Interfaces:
Serializable
public class SearchValue extends PertinentValue implements Serializable
- Author:
- Nicolas EYSSERIC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchValue(int axisId, int nbObjects, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValueName()
void
setValueName(String valueName)
-
Methods inherited from class org.silverpeas.core.pdc.classification.PertinentValue
getAxisId, getNbObjects, getValue, setAxisId, setNbObjects, setValue
-
-