com.intland.codebeamer.persistence.dto
Class ChartSourceCodeMetricTrendDto
java.lang.Object
com.intland.codebeamer.persistence.dto.ChartSourceCodeMetricTrendDto
public class ChartSourceCodeMetricTrendDto
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChartSourceCodeMetricTrendDto
public ChartSourceCodeMetricTrendDto()
getDate
public java.util.Date getDate()
setDate
public void setDate(java.util.Date date)
getSimianNumOfFiles
public java.lang.Long getSimianNumOfFiles()
setSimianNumOfFiles
public void setSimianNumOfFiles(java.lang.Long simianNumOfFiles)
getSimianNumOfFilesDiff
public java.lang.Long getSimianNumOfFilesDiff()
setSimianNumOfFilesDiff
public void setSimianNumOfFilesDiff(java.lang.Long simianNumOfFilesDiff)
getSimianFileDupRatio
public java.lang.Double getSimianFileDupRatio()
setSimianFileDupRatio
public void setSimianFileDupRatio(java.lang.Double simianFileDupRatio)
getSimianFileDupRatioDiff
public java.lang.Double getSimianFileDupRatioDiff()
setSimianFileDupRatioDiff
public void setSimianFileDupRatioDiff(java.lang.Double simianFileDupRatioDiff)
getSimianNumOfDupLines
public java.lang.Long getSimianNumOfDupLines()
setSimianNumOfDupLines
public void setSimianNumOfDupLines(java.lang.Long simianNumOfDupLines)
getSimianNumOfDupLinesDiff
public java.lang.Long getSimianNumOfDupLinesDiff()
setSimianNumOfDupLinesDiff
public void setSimianNumOfDupLinesDiff(java.lang.Long simianNumOfDupLinesDiff)
getPmdNumOfFiles
public java.lang.Long getPmdNumOfFiles()
setPmdNumOfFiles
public void setPmdNumOfFiles(java.lang.Long pmdNumOfFiles)
getPmdNumOfFilesDiff
public java.lang.Long getPmdNumOfFilesDiff()
setPmdNumOfFilesDiff
public void setPmdNumOfFilesDiff(java.lang.Long pmdNumOfFilesDiff)
getPmdNumOfViolations
public java.lang.Long getPmdNumOfViolations()
setPmdNumOfViolations
public void setPmdNumOfViolations(java.lang.Long pmdNumOfViolations)
getPmdNumOfViolationsDiff
public java.lang.Long getPmdNumOfViolationsDiff()
setPmdNumOfViolationsDiff
public void setPmdNumOfViolationsDiff(java.lang.Long pmdNumOfViolationsDiff)
getPmdFileVioRatio
public java.lang.Double getPmdFileVioRatio()
setPmdFileVioRatio
public void setPmdFileVioRatio(java.lang.Double pmdFileVioRatio)
getPmdFileVioRatioDiff
public java.lang.Double getPmdFileVioRatioDiff()
setPmdFileVioRatioDiff
public void setPmdFileVioRatioDiff(java.lang.Double pmdFileVioRatioDiff)
getCpdCpOccur
public java.lang.Long getCpdCpOccur()
setCpdCpOccur
public void setCpdCpOccur(java.lang.Long cpdCpOccur)
getCpdCpOccurDiff
public java.lang.Long getCpdCpOccurDiff()
setCpdCpOccurDiff
public void setCpdCpOccurDiff(java.lang.Long cpdCpOccurDiff)
getJdependNumOfPackages
public java.lang.Long getJdependNumOfPackages()
setJdependNumOfPackages
public void setJdependNumOfPackages(java.lang.Long jdependNumOfPackages)
getJdependNumOfPackagesDiff
public java.lang.Long getJdependNumOfPackagesDiff()
setJdependNumOfPackagesDiff
public void setJdependNumOfPackagesDiff(java.lang.Long jdependNumOfPackagesDiff)
getJdependInstabilityRatio
public java.lang.Double getJdependInstabilityRatio()
setJdependInstabilityRatio
public void setJdependInstabilityRatio(java.lang.Double jdependInstabilityRatio)
getJdependInstabilityRatioDiff
public java.lang.Double getJdependInstabilityRatioDiff()
setJdependInstabilityRatioDiff
public void setJdependInstabilityRatioDiff(java.lang.Double jdependInstabilityRatioDiff)
getJdependPackClassRatio
public java.lang.Double getJdependPackClassRatio()
setJdependPackClassRatio
public void setJdependPackClassRatio(java.lang.Double jdependPackClassRatio)
getJdependPackClassRatioDiff
public java.lang.Double getJdependPackClassRatioDiff()
setJdependPackClassRatioDiff
public void setJdependPackClassRatioDiff(java.lang.Double jdependPackClassRatioDiff)
getCheckstyleNumOfErrors
public java.lang.Long getCheckstyleNumOfErrors()
setCheckstyleNumOfErrors
public void setCheckstyleNumOfErrors(java.lang.Long checkstyleNumOfErrors)
getCheckstyleNumOfErrorsDiff
public java.lang.Long getCheckstyleNumOfErrorsDiff()
setCheckstyleNumOfErrorsDiff
public void setCheckstyleNumOfErrorsDiff(java.lang.Long checkstyleNumOfErrorsDiff)
getCheckstyleFileErrorRatio
public java.lang.Double getCheckstyleFileErrorRatio()
setCheckstyleFileErrorRatio
public void setCheckstyleFileErrorRatio(java.lang.Double checkstyleFileErrorRatio)
getCheckstyleFileErrorRatioDiff
public java.lang.Double getCheckstyleFileErrorRatioDiff()
setCheckstyleFileErrorRatioDiff
public void setCheckstyleFileErrorRatioDiff(java.lang.Double checkstyleFileErrorRatioDiff)
copyToDailyProjectSourceCodeStatsDto
public DailyProjectSourceCodeStatsDto copyToDailyProjectSourceCodeStatsDto(DailyProjectSourceCodeStatsDto target)
- Copies the statistics information back to a DailyProjectSourceCodeStatsDto where it was originating from.
- Parameters:
target
- The target DailyProjectSourceCodeStatsDto
- Returns:
- The target object the data copied into
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2006-2009 Intland Software. All rights reserved.