za.org.coefficient.statistics.data
Class ProjectStatisticsData

java.lang.Object
  extended by za.org.coefficient.statistics.data.ProjectStatisticsData
All Implemented Interfaces:
java.io.Serializable

public class ProjectStatisticsData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

id

private java.lang.Long id

carryOverViewCount

private long carryOverViewCount

carryOverDownloadCount

private long carryOverDownloadCount

rank

private long rank

viewCount

private long viewCount

downloadCount

private long downloadCount
Constructor Detail

ProjectStatisticsData

public ProjectStatisticsData()
Method Detail

setCarryOverViewCount

public void setCarryOverViewCount(long carryOverViewCount)
Sets the value of carryOverViewCount

Parameters:
carryOverViewCount - Value to assign to this.carryOverViewCount

getCarryOverViewCount

public long getCarryOverViewCount()
Gets the value of carryOverViewCount

Returns:
the value of carryOverViewCount

setCarryOverDownloadCount

public void setCarryOverDownloadCount(long carryOverDownloadCount)
Sets the value of carryOverDownloadCount

Parameters:
carryOverDownloadCount - Value to assign to this.carryOverDownloadCount

getCarryOverDownloadCount

public long getCarryOverDownloadCount()
Gets the value of carryOverDownloadCount

Returns:
the value of carryOverDownloadCount

setId

public void setId(java.lang.Long argId)
Sets the value of id

Parameters:
argId - Value to assign to this.id

getId

public java.lang.Long getId()
Gets the value of id

Returns:
the value of id

setRank

public void setRank(long argRank)
Sets the value of rank

Parameters:
argRank - Value to assign to this.rank

getRank

public long getRank()
Gets the value of rank

Returns:
the value of rank

setViewCount

public void setViewCount(long argViewCount)
Sets the value of viewCount

Parameters:
argViewCount - Value to assign to this.viewCount

getViewCount

public long getViewCount()
Gets the value of viewCount

Returns:
the value of viewCount

setDownloadCount

public void setDownloadCount(long argDownloadCount)
Sets the value of downloadCount

Parameters:
argDownloadCount - Value to assign to this.downloadCount

getDownloadCount

public long getDownloadCount()
Gets the value of downloadCount

Returns:
the value of downloadCount


Copyright CSIR. All Rights Reserved.