com.stratelia.silverpeas.pdc.model
Class ClassifyValue

java.lang.Object
  extended by com.stratelia.silverpeas.classifyEngine.Value
      extended by com.stratelia.silverpeas.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
ClassifyValue()
           
ClassifyValue(int nGivenAxisId, String sGivenValue)
           
 
Method Summary
 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 com.stratelia.silverpeas.classifyEngine.Value
checkValue, getAxisId, getPhysicalAxisId, getValue, setAxisId, setPhysicalAxisId, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassifyValue

public ClassifyValue()

ClassifyValue

public ClassifyValue(int nGivenAxisId,
                     String sGivenValue)
Method Detail

getFullPath

public List<Value> getFullPath()

setFullPath

public void setFullPath(List<Value> fullPath)

getAxisName

public String getAxisName()

setAxisName

public void setAxisName(String axisName)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Value

hashCode

public int hashCode()
Overrides:
hashCode in class Value


Copyright © 2016 Silverpeas. All Rights Reserved.