Class ClassifyValue
- java.lang.Object
-
- org.silverpeas.core.pdc.classification.Value
-
- org.silverpeas.core.pdc.pdc.model.ClassifyValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LocalizedClassifyValue
public class ClassifyValue extends Value implements Serializable
- Author:
- Nicolas EYSSERIC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassifyValue()
ClassifyValue(int nGivenAxisId, String sGivenValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAxisName()
List<Value>
getFullPath()
int
hashCode()
void
setAxisName(String axisName)
void
setFullPath(List<Value> fullPath)
String
toString()
-
Methods inherited from class org.silverpeas.core.pdc.classification.Value
checkValue, getAxisId, getPhysicalAxisId, getValue, setAxisId, setPhysicalAxisId, setValue
-
-