|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectza.org.coefficient.statistics.data.ProjectStatisticsData
public class ProjectStatisticsData
Field Summary | |
---|---|
private long |
carryOverDownloadCount
|
private long |
carryOverViewCount
|
private long |
downloadCount
|
private java.lang.Long |
id
|
private long |
rank
|
private long |
viewCount
|
Constructor Summary | |
---|---|
ProjectStatisticsData()
|
Method Summary | |
---|---|
long |
getCarryOverDownloadCount()
Gets the value of carryOverDownloadCount |
long |
getCarryOverViewCount()
Gets the value of carryOverViewCount |
long |
getDownloadCount()
Gets the value of downloadCount |
java.lang.Long |
getId()
Gets the value of id |
long |
getRank()
Gets the value of rank |
long |
getViewCount()
Gets the value of viewCount |
void |
setCarryOverDownloadCount(long carryOverDownloadCount)
Sets the value of carryOverDownloadCount |
void |
setCarryOverViewCount(long carryOverViewCount)
Sets the value of carryOverViewCount |
void |
setDownloadCount(long argDownloadCount)
Sets the value of downloadCount |
void |
setId(java.lang.Long argId)
Sets the value of id |
void |
setRank(long argRank)
Sets the value of rank |
void |
setViewCount(long argViewCount)
Sets the value of viewCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Long id
private long carryOverViewCount
private long carryOverDownloadCount
private long rank
private long viewCount
private long downloadCount
Constructor Detail |
---|
public ProjectStatisticsData()
Method Detail |
---|
public void setCarryOverViewCount(long carryOverViewCount)
carryOverViewCount
- Value to assign to this.carryOverViewCountpublic long getCarryOverViewCount()
public void setCarryOverDownloadCount(long carryOverDownloadCount)
carryOverDownloadCount
- Value to assign to this.carryOverDownloadCountpublic long getCarryOverDownloadCount()
public void setId(java.lang.Long argId)
argId
- Value to assign to this.idpublic java.lang.Long getId()
public void setRank(long argRank)
argRank
- Value to assign to this.rankpublic long getRank()
public void setViewCount(long argViewCount)
argViewCount
- Value to assign to this.viewCountpublic long getViewCount()
public void setDownloadCount(long argDownloadCount)
argDownloadCount
- Value to assign to this.downloadCountpublic long getDownloadCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |