CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class ChartSourceCodeMetricTrendDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.ChartSourceCodeMetricTrendDto

public class ChartSourceCodeMetricTrendDto
extends java.lang.Object


Constructor Summary
ChartSourceCodeMetricTrendDto()
           
 
Method Summary
 DailyProjectSourceCodeStatsDto copyToDailyProjectSourceCodeStatsDto(DailyProjectSourceCodeStatsDto target)
          Copies the statistics information back to a DailyProjectSourceCodeStatsDto where it was originating from.
 java.lang.Double getCheckstyleFileErrorRatio()
           
 java.lang.Double getCheckstyleFileErrorRatioDiff()
           
 java.lang.Long getCheckstyleNumOfErrors()
           
 java.lang.Long getCheckstyleNumOfErrorsDiff()
           
 java.lang.Long getCpdCpOccur()
           
 java.lang.Long getCpdCpOccurDiff()
           
 java.util.Date getDate()
           
 java.lang.Double getJdependInstabilityRatio()
           
 java.lang.Double getJdependInstabilityRatioDiff()
           
 java.lang.Long getJdependNumOfPackages()
           
 java.lang.Long getJdependNumOfPackagesDiff()
           
 java.lang.Double getJdependPackClassRatio()
           
 java.lang.Double getJdependPackClassRatioDiff()
           
 java.lang.Double getPmdFileVioRatio()
           
 java.lang.Double getPmdFileVioRatioDiff()
           
 java.lang.Long getPmdNumOfFiles()
           
 java.lang.Long getPmdNumOfFilesDiff()
           
 java.lang.Long getPmdNumOfViolations()
           
 java.lang.Long getPmdNumOfViolationsDiff()
           
 java.lang.Double getSimianFileDupRatio()
           
 java.lang.Double getSimianFileDupRatioDiff()
           
 java.lang.Long getSimianNumOfDupLines()
           
 java.lang.Long getSimianNumOfDupLinesDiff()
           
 java.lang.Long getSimianNumOfFiles()
           
 java.lang.Long getSimianNumOfFilesDiff()
           
 void setCheckstyleFileErrorRatio(java.lang.Double checkstyleFileErrorRatio)
           
 void setCheckstyleFileErrorRatioDiff(java.lang.Double checkstyleFileErrorRatioDiff)
           
 void setCheckstyleNumOfErrors(java.lang.Long checkstyleNumOfErrors)
           
 void setCheckstyleNumOfErrorsDiff(java.lang.Long checkstyleNumOfErrorsDiff)
           
 void setCpdCpOccur(java.lang.Long cpdCpOccur)
           
 void setCpdCpOccurDiff(java.lang.Long cpdCpOccurDiff)
           
 void setDate(java.util.Date date)
           
 void setJdependInstabilityRatio(java.lang.Double jdependInstabilityRatio)
           
 void setJdependInstabilityRatioDiff(java.lang.Double jdependInstabilityRatioDiff)
           
 void setJdependNumOfPackages(java.lang.Long jdependNumOfPackages)
           
 void setJdependNumOfPackagesDiff(java.lang.Long jdependNumOfPackagesDiff)
           
 void setJdependPackClassRatio(java.lang.Double jdependPackClassRatio)
           
 void setJdependPackClassRatioDiff(java.lang.Double jdependPackClassRatioDiff)
           
 void setPmdFileVioRatio(java.lang.Double pmdFileVioRatio)
           
 void setPmdFileVioRatioDiff(java.lang.Double pmdFileVioRatioDiff)
           
 void setPmdNumOfFiles(java.lang.Long pmdNumOfFiles)
           
 void setPmdNumOfFilesDiff(java.lang.Long pmdNumOfFilesDiff)
           
 void setPmdNumOfViolations(java.lang.Long pmdNumOfViolations)
           
 void setPmdNumOfViolationsDiff(java.lang.Long pmdNumOfViolationsDiff)
           
 void setSimianFileDupRatio(java.lang.Double simianFileDupRatio)
           
 void setSimianFileDupRatioDiff(java.lang.Double simianFileDupRatioDiff)
           
 void setSimianNumOfDupLines(java.lang.Long simianNumOfDupLines)
           
 void setSimianNumOfDupLinesDiff(java.lang.Long simianNumOfDupLinesDiff)
           
 void setSimianNumOfFiles(java.lang.Long simianNumOfFiles)
           
 void setSimianNumOfFilesDiff(java.lang.Long simianNumOfFilesDiff)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartSourceCodeMetricTrendDto

public ChartSourceCodeMetricTrendDto()
Method Detail

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

CodeBeamer 5.4.0.1-RC API

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