com.intland.codebeamer.persistence.dto
Class DailyProjectSourceCodeStatsDto
java.lang.Object
com.intland.codebeamer.persistence.dto.SourceFilesStatsDto
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
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 |
DailyProjectSourceCodeStatsDto
public DailyProjectSourceCodeStatsDto()
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
.
Copyright © 2006-2009 Intland Software. All rights reserved.