|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectza.org.coefficient.statistics.data.ModuleStatisticsData
public class ModuleStatisticsData
| 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 |
|---|
private java.lang.Long id
private long carryOverCompleteCount
private long carryOverCreateCount
private long carryOverUpdateCount
private long completeCount
private long createCount
private long updateCount
| Constructor Detail |
|---|
public ModuleStatisticsData()
| Method Detail |
|---|
public void setCarryOverCompleteCount(long argCarryOverCompleteCount)
argCarryOverCompleteCount - Value to assign to this.carryOverCompleteCountpublic long getCarryOverCompleteCount()
public void setCarryOverCreateCount(long argCarryOverCreateCount)
argCarryOverCreateCount - Value to assign to this.carryOverCreateCountpublic long getCarryOverCreateCount()
public void setCarryOverUpdateCount(long argCarryOverUpdateCount)
argCarryOverUpdateCount - Value to assign to this.carryOverUpdateCountpublic long getCarryOverUpdateCount()
public void setCompleteCount(long argCompleteCount)
argCompleteCount - Value to assign to this.completeCountpublic long getCompleteCount()
public void setCreateCount(long argCreateCount)
argCreateCount - Value to assign to this.createCountpublic long getCreateCount()
public void setId(java.lang.Long argId)
argId - Value to assign to this.idpublic java.lang.Long getId()
public void setUpdateCount(long argUpdateCount)
argUpdateCount - Value to assign to this.updateCountpublic long getUpdateCount()
public long calculateStats()
public boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||