CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class DailyProjectSourceCodeStatsDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.SourceFilesStatsDto
      extended by com.intland.codebeamer.persistence.dto.DailyProjectSourceCodeStatsDto
All Implemented Interfaces:
BaseDto, ProjectAwareDto, java.io.Serializable

public class DailyProjectSourceCodeStatsDto
extends SourceFilesStatsDto

Statistical information collected daily about the various metrics of the source files of the project.

See Also:
Serialized Form

Constructor Summary
DailyProjectSourceCodeStatsDto()
           
 
Method Summary
 void copyMetricsValuesToDailyStats(DailyProjectSourceCodeStatsDto target)
          Copy the metrics/trend values to an other DailyProjectSourceCodeStatsDto.
 java.lang.Integer getCheckstyleErrors()
           
 java.lang.Float getCheckstyleFileErrorRatio()
           
 java.lang.Integer getClasses()
           
 java.util.Date getDate()
           
 java.lang.Integer getFunctions()
           
 java.lang.Integer getInheritances()
           
 java.lang.Float getJdependInstabilityRatio()
           
 java.lang.Integer getJdependPackages()
           
 java.lang.Float getJdependPackClassratio()
           
 java.lang.Integer getMethods()
           
 java.lang.Integer getPmdCopyPastes()
           
 java.lang.Integer getPmdFiles()
           
 java.lang.Float getPmdFileViolationRatio()
           
 java.lang.Integer getPmdViolations()
           
 java.lang.Integer getSimianDuplicatedLines()
           
 java.lang.Float getSimianFileDuplicationsRatio()
           
 java.lang.Integer getSimianFiles()
           
 java.lang.Integer getStatements()
           
 void setCheckstyleErrors(java.lang.Integer checkstyleErrors)
           
 void setCheckstyleFileErrorRatio(java.lang.Float checkstyleFileErrorRatio)
           
 void setClasses(java.lang.Integer classes)
           
 void setDate(java.util.Date date)
           
 void setFunctions(java.lang.Integer functions)
           
 void setInheritances(java.lang.Integer inheritances)
           
 void setJdependInstabilityRatio(java.lang.Float jdependInstabilityRatio)
           
 void setJdependPackages(java.lang.Integer jdependPackages)
           
 void setJdependPackClassratio(java.lang.Float jdependPackClassratio)
           
 void setMethods(java.lang.Integer methods)
           
 void setPmdCopyPastes(java.lang.Integer pmdCopyPastes)
           
 void setPmdFiles(java.lang.Integer pmdFiles)
           
 void setPmdFileViolationRatio(java.lang.Float pmdFileViolationRatio)
           
 void setPmdViolations(java.lang.Integer pmdViolations)
           
 void setSimianDuplicatedLines(java.lang.Integer simianDuplicatedLines)
           
 void setSimianFileDuplicationsRatio(java.lang.Float simianFileDuplicationsRatio)
           
 void setSimianFiles(java.lang.Integer simianFiles)
           
 void setStatements(java.lang.Integer statements)
           
 java.lang.String toString()
           
 
Methods inherited from class com.intland.codebeamer.persistence.dto.SourceFilesStatsDto
getCodeLines, getCommentLines, getEmptyLines, getFiles, getLength, getProject, getTotalLines, getTypeId, setCodeLines, setCommentLines, setEmptyLines, setFiles, setLength, setProject, setTotalLines, setTypeId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DailyProjectSourceCodeStatsDto

public DailyProjectSourceCodeStatsDto()
Method Detail

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)

getStatements

public java.lang.Integer getStatements()

setStatements

public void setStatements(java.lang.Integer statements)

getClasses

public java.lang.Integer getClasses()

setClasses

public void setClasses(java.lang.Integer classes)

getMethods

public java.lang.Integer getMethods()

setMethods

public void setMethods(java.lang.Integer methods)

getFunctions

public java.lang.Integer getFunctions()

setFunctions

public void setFunctions(java.lang.Integer functions)

getInheritances

public java.lang.Integer getInheritances()

setInheritances

public void setInheritances(java.lang.Integer inheritances)

getSimianFiles

public java.lang.Integer getSimianFiles()

setSimianFiles

public void setSimianFiles(java.lang.Integer simianFiles)

getSimianFileDuplicationsRatio

public java.lang.Float getSimianFileDuplicationsRatio()

setSimianFileDuplicationsRatio

public void setSimianFileDuplicationsRatio(java.lang.Float simianFileDuplicationsRatio)

getSimianDuplicatedLines

public java.lang.Integer getSimianDuplicatedLines()

setSimianDuplicatedLines

public void setSimianDuplicatedLines(java.lang.Integer simianDuplicatedLines)

getPmdFiles

public java.lang.Integer getPmdFiles()

setPmdFiles

public void setPmdFiles(java.lang.Integer pmdFiles)

getPmdFileViolationRatio

public java.lang.Float getPmdFileViolationRatio()

setPmdFileViolationRatio

public void setPmdFileViolationRatio(java.lang.Float pmdFileViolationRatio)

getPmdViolations

public java.lang.Integer getPmdViolations()

setPmdViolations

public void setPmdViolations(java.lang.Integer pmdViolations)

getPmdCopyPastes

public java.lang.Integer getPmdCopyPastes()

setPmdCopyPastes

public void setPmdCopyPastes(java.lang.Integer pmdCopyPastes)

getJdependPackages

public java.lang.Integer getJdependPackages()

setJdependPackages

public void setJdependPackages(java.lang.Integer jdependPackages)

getJdependInstabilityRatio

public java.lang.Float getJdependInstabilityRatio()

setJdependInstabilityRatio

public void setJdependInstabilityRatio(java.lang.Float jdependInstabilityRatio)

getJdependPackClassratio

public java.lang.Float getJdependPackClassratio()

setJdependPackClassratio

public void setJdependPackClassratio(java.lang.Float jdependPackClassratio)

getCheckstyleErrors

public java.lang.Integer getCheckstyleErrors()

setCheckstyleErrors

public void setCheckstyleErrors(java.lang.Integer checkstyleErrors)

getCheckstyleFileErrorRatio

public java.lang.Float getCheckstyleFileErrorRatio()

setCheckstyleFileErrorRatio

public void setCheckstyleFileErrorRatio(java.lang.Float checkstyleFileErrorRatio)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

copyMetricsValuesToDailyStats

public void copyMetricsValuesToDailyStats(DailyProjectSourceCodeStatsDto target)
Copy the metrics/trend values to an other DailyProjectSourceCodeStatsDto.


CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.