za.org.coefficient.statistics.data
Class ModuleStatisticsData

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

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

See Also:
Serialized Form

Field Summary
private  long carryOverCompleteCount
           
private  long carryOverCreateCount
           
private  long carryOverUpdateCount
           
private  long completeCount
           
private  long createCount
           
private  java.lang.Long id
           
private  long updateCount
           
 
Constructor Summary
ModuleStatisticsData()
           
 
Method Summary
 long calculateStats()
           
 boolean equals(java.lang.Object other)
           
 long getCarryOverCompleteCount()
          Gets the value of carryOverCompleteCount
 long getCarryOverCreateCount()
          Gets the value of carryOverCreateCount
 long getCarryOverUpdateCount()
          Gets the value of carryOverUpdateCount
 long getCompleteCount()
          Gets the value of completeCount
 long getCreateCount()
          Gets the value of createCount
 java.lang.Long getId()
          Gets the value of id
 long getUpdateCount()
          Gets the value of updateCount
 void setCarryOverCompleteCount(long argCarryOverCompleteCount)
          Sets the value of carryOverCompleteCount
 void setCarryOverCreateCount(long argCarryOverCreateCount)
          Sets the value of carryOverCreateCount
 void setCarryOverUpdateCount(long argCarryOverUpdateCount)
          Sets the value of carryOverUpdateCount
 void setCompleteCount(long argCompleteCount)
          Sets the value of completeCount
 void setCreateCount(long argCreateCount)
          Sets the value of createCount
 void setId(java.lang.Long argId)
          Sets the value of id
 void setUpdateCount(long argUpdateCount)
          Sets the value of updateCount
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.Long id

carryOverCompleteCount

private long carryOverCompleteCount

carryOverCreateCount

private long carryOverCreateCount

carryOverUpdateCount

private long carryOverUpdateCount

completeCount

private long completeCount

createCount

private long createCount

updateCount

private long updateCount
Constructor Detail

ModuleStatisticsData

public ModuleStatisticsData()
Method Detail

setCarryOverCompleteCount

public void setCarryOverCompleteCount(long argCarryOverCompleteCount)
Sets the value of carryOverCompleteCount

Parameters:
argCarryOverCompleteCount - Value to assign to this.carryOverCompleteCount

getCarryOverCompleteCount

public long getCarryOverCompleteCount()
Gets the value of carryOverCompleteCount

Returns:
the value of carryOverCompleteCount

setCarryOverCreateCount

public void setCarryOverCreateCount(long argCarryOverCreateCount)
Sets the value of carryOverCreateCount

Parameters:
argCarryOverCreateCount - Value to assign to this.carryOverCreateCount

getCarryOverCreateCount

public long getCarryOverCreateCount()
Gets the value of carryOverCreateCount

Returns:
the value of carryOverCreateCount

setCarryOverUpdateCount

public void setCarryOverUpdateCount(long argCarryOverUpdateCount)
Sets the value of carryOverUpdateCount

Parameters:
argCarryOverUpdateCount - Value to assign to this.carryOverUpdateCount

getCarryOverUpdateCount

public long getCarryOverUpdateCount()
Gets the value of carryOverUpdateCount

Returns:
the value of carryOverUpdateCount

setCompleteCount

public void setCompleteCount(long argCompleteCount)
Sets the value of completeCount

Parameters:
argCompleteCount - Value to assign to this.completeCount

getCompleteCount

public long getCompleteCount()
Gets the value of completeCount

Returns:
the value of completeCount

setCreateCount

public void setCreateCount(long argCreateCount)
Sets the value of createCount

Parameters:
argCreateCount - Value to assign to this.createCount

getCreateCount

public long getCreateCount()
Gets the value of createCount

Returns:
the value of createCount

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

setUpdateCount

public void setUpdateCount(long argUpdateCount)
Sets the value of updateCount

Parameters:
argUpdateCount - Value to assign to this.updateCount

getUpdateCount

public long getUpdateCount()
Gets the value of updateCount

Returns:
the value of updateCount

calculateStats

public long calculateStats()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright CSIR. All Rights Reserved.