Class Value
- java.lang.Object
-
- org.silverpeas.core.pdc.classification.Value
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassifyValue
public class Value extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkValue()
boolean
equals(Object obj)
int
getAxisId()
int
getPhysicalAxisId()
String
getValue()
int
hashCode()
void
setAxisId(int nGivenAxisId)
void
setPhysicalAxisId(int id)
void
setValue(String sGivenValue)
-
-
-
Constructor Detail
-
Value
public Value(int nGivenAxisId, String sGivenValue)
-
Value
public Value()
-
-
Method Detail
-
setAxisId
public void setAxisId(int nGivenAxisId)
-
getAxisId
public int getAxisId()
-
setValue
public void setValue(String sGivenValue)
-
getValue
public String getValue()
-
checkValue
public void checkValue() throws ClassifyEngineException
- Throws:
ClassifyEngineException
-
setPhysicalAxisId
public void setPhysicalAxisId(int id)
-
getPhysicalAxisId
public int getPhysicalAxisId()
-
-