com.stratelia.silverpeas.pdc.model
Class ClassifyPosition

java.lang.Object
  extended by com.stratelia.silverpeas.classifyEngine.Position<ClassifyValue>
      extended by com.stratelia.silverpeas.pdc.model.ClassifyPosition
All Implemented Interfaces:
ContainerPositionInterface, Serializable

public class ClassifyPosition
extends Position<ClassifyValue>
implements ContainerPositionInterface, Serializable

Author:
Nicolas EYSSERIC
See Also:
Serialized Form

Constructor Summary
ClassifyPosition()
           
ClassifyPosition(int nPositionId, List<ClassifyValue> values)
           
ClassifyPosition(List<ClassifyValue> values)
           
 
Method Summary
 List<ClassifyValue> getListClassifyValue()
          Méthodes nécéssaire pour le mapping castor du module importExport.
 String getValueOnAxis(int axisId)
           
 boolean isEmpty()
          Return true if the position is empty
 void setListClassifyValue(List<ClassifyValue> values)
          Méthodes nécéssaire pour le mapping castor du module importExport.
 String toString()
           
 
Methods inherited from class com.stratelia.silverpeas.classifyEngine.Position
addValue, checkPosition, getPositionId, getValueByAxis, getValues, setPositionId, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassifyPosition

public ClassifyPosition()

ClassifyPosition

public ClassifyPosition(List<ClassifyValue> values)

ClassifyPosition

public ClassifyPosition(int nPositionId,
                        List<ClassifyValue> values)
Method Detail

getValueOnAxis

public String getValueOnAxis(int axisId)

isEmpty

public boolean isEmpty()
Return true if the position is empty

Specified by:
isEmpty in interface ContainerPositionInterface
Returns:

toString

public String toString()
Overrides:
toString in class Object

getListClassifyValue

public List<ClassifyValue> getListClassifyValue()
Méthodes nécéssaire pour le mapping castor du module importExport.

Returns:

setListClassifyValue

public void setListClassifyValue(List<ClassifyValue> values)
Méthodes nécéssaire pour le mapping castor du module importExport.

Parameters:
values -


Copyright © 2016 Silverpeas. All Rights Reserved.