com.stratelia.silverpeas.silverStatisticsPeas.vo
Class StatisticAxisVO
java.lang.Object
com.stratelia.silverpeas.silverStatisticsPeas.vo.StatisticAxisVO
public class StatisticAxisVO
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticAxisVO
public StatisticAxisVO(String id,
String name,
String description,
boolean selected)
- Default constructor
- Parameters:
id
- name
- description
- selected
-
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.