Class CrossAxisAccessVO
- java.lang.Object
-
- org.silverpeas.web.silverstatistics.vo.CrossAxisAccessVO
-
public class CrossAxisAccessVO extends Object
-
-
Constructor Summary
Constructors Constructor Description CrossAxisAccessVO(int firstAxisId, int secondAxisId, String firstAxisValue, String secondAxisValue, int nbAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFirstAxisId()
String
getFirstAxisValue()
int
getNbAccess()
int
getSecondAxisId()
String
getSecondAxisValue()
void
setFirstAxisId(int firstAxisId)
void
setFirstAxisValue(String firstAxisValue)
void
setNbAccess(int nbAccess)
void
setSecondAxisId(int secondAxisId)
void
setSecondAxisValue(String secondAxisValue)
-
-
-
Method Detail
-
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
-
-