com.stratelia.silverpeas.silverStatisticsPeas.vo
Class StatisticAxisVO

java.lang.Object
  extended by com.stratelia.silverpeas.silverStatisticsPeas.vo.StatisticAxisVO

public class StatisticAxisVO
extends Object


Constructor Summary
StatisticAxisVO(String id, String name, String description, boolean selected)
          Default constructor
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 boolean isSelected()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticAxisVO

public StatisticAxisVO(String id,
                       String name,
                       String description,
                       boolean selected)
Default constructor

Parameters:
id -
name -
description -
selected -
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

isSelected

public boolean isSelected()
Returns:
the selected

setSelected

public void setSelected(boolean selected)
Parameters:
selected - the selected to set


Copyright © 2016 Silverpeas. All Rights Reserved.