com.stratelia.silverpeas.pdc.model
Class Axis

java.lang.Object
  extended by com.stratelia.silverpeas.pdc.model.Axis
All Implemented Interfaces:
Serializable

public class Axis
extends Object
implements Serializable

This class contains a full information about a tree. The user can access to an axe.

See Also:
Serialized Form

Constructor Summary
Axis(AxisHeader header, List<Value> values)
           
 
Method Summary
 AxisHeader getAxisHeader()
          Returns attributs of an axe.
 List<Value> getValues()
          Returns the sorted List containing values of a tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis

public Axis(AxisHeader header,
            List<Value> values)
Method Detail

getAxisHeader

public AxisHeader getAxisHeader()
Returns attributs of an axe.

Returns:
the AxisHeader object

getValues

public List<Value> getValues()
Returns the sorted List containing values of a tree.

Returns:
the List


Copyright © 2016 Silverpeas. All Rights Reserved.