com.stratelia.silverpeas.classifyEngine
Class Value
java.lang.Object
com.stratelia.silverpeas.classifyEngine.Value
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClassifyValue
public class Value
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Value
public Value(int nGivenAxisId,
String sGivenValue)
Value
public Value()
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()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2016 Silverpeas. All Rights Reserved.