com.stratelia.silverpeas.classifyEngine
Class Value

java.lang.Object
  extended by com.stratelia.silverpeas.classifyEngine.Value
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassifyValue

public class Value
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Value()
           
Value(int nGivenAxisId, String sGivenValue)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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()

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.