Class PertinentValue
- java.lang.Object
-
- org.silverpeas.core.pdc.classification.PertinentValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SearchValue
public class PertinentValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PertinentValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAxisId()
int
getNbObjects()
String
getValue()
void
setAxisId(int nGivenAxisId)
void
setNbObjects(int nGivennbObjects)
void
setValue(String sGivenValue)
-