com.stratelia.silverpeas.silverStatisticsPeas.vo
Class StatisticVO
java.lang.Object
com.stratelia.silverpeas.silverStatisticsPeas.vo.StatisticVO
public class StatisticVO
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticVO
public StatisticVO(String axisId,
String axisName,
String axisDescription,
int nbAccess)
- Default constructor
- Parameters:
axisName
- axisDescription
- nbAccess
-
getAxisName
public String getAxisName()
- Returns:
- the axisName
setAxisName
public void setAxisName(String axisName)
- Parameters:
axisName
- the axisName to set
getAxisDescription
public String getAxisDescription()
- Returns:
- the axisDescription
setAxisDescription
public void setAxisDescription(String axisDescription)
- Parameters:
axisDescription
- the axisDescription to set
getNbAccess
public int getNbAccess()
- Returns:
- the nbAccess
setNbAccess
public void setNbAccess(int nbAccess)
- Parameters:
nbAccess
- the nbAccess to set
getAxisId
public String getAxisId()
- Returns:
- the axisId
setAxisId
public void setAxisId(String axisId)
- Parameters:
axisId
- the axisId to set
getAxisValue
public String getAxisValue()
- Returns:
- the axisValue
setAxisValue
public void setAxisValue(String axisValue)
- Parameters:
axisValue
- the axisValue to set
getAxisLevel
public int getAxisLevel()
- Returns:
- the axisLevel
setAxisLevel
public void setAxisLevel(int axisLevel)
- Parameters:
axisLevel
- the axisLevel to set
Copyright © 2016 Silverpeas. All Rights Reserved.