com.stratelia.silverpeas.silverStatisticsPeas.vo
Class CrossAxisAccessVO
java.lang.Object
com.stratelia.silverpeas.silverStatisticsPeas.vo.CrossAxisAccessVO
public class CrossAxisAccessVO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrossAxisAccessVO
public CrossAxisAccessVO(int firstAxisId,
int secondAxisId,
String firstAxisValue,
String secondAxisValue,
int nbAccess)
- Parameters:
firstAxisId - secondAxisId - firstAxisValue - secondAxisValue - nbAccess -
getFirstAxisId
public int getFirstAxisId()
- Returns:
- the firstAxisId
setFirstAxisId
public void setFirstAxisId(int firstAxisId)
- Parameters:
firstAxisId - the firstAxisId to set
getSecondAxisId
public int getSecondAxisId()
- Returns:
- the secondAxisId
setSecondAxisId
public void setSecondAxisId(int secondAxisId)
- Parameters:
secondAxisId - the secondAxisId to set
getFirstAxisValue
public String getFirstAxisValue()
- Returns:
- the firstAxisValue
setFirstAxisValue
public void setFirstAxisValue(String firstAxisValue)
- Parameters:
firstAxisValue - the firstAxisValue to set
getSecondAxisValue
public String getSecondAxisValue()
- Returns:
- the secondAxisValue
setSecondAxisValue
public void setSecondAxisValue(String secondAxisValue)
- Parameters:
secondAxisValue - the secondAxisValue to set
getNbAccess
public int getNbAccess()
- Returns:
- the nbAccess
setNbAccess
public void setNbAccess(int nbAccess)
- Parameters:
nbAccess - the nbAccess to set
Copyright © 2016 Silverpeas. All Rights Reserved.