com.thalesgroup.hudson.plugins.cccc.model
Class ProceduralSummaryModule
java.lang.Object
com.thalesgroup.hudson.plugins.cccc.model.ProceduralSummaryModule
- All Implemented Interfaces:
- java.io.Serializable
public class ProceduralSummaryModule
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProceduralSummaryModule
public ProceduralSummaryModule()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getLinesOfCode
public int getLinesOfCode()
setLinesOfCode
public void setLinesOfCode(int linesOfCode)
getMcCabesCyclomaticComplexity
public float getMcCabesCyclomaticComplexity()
setMcCabesCyclomaticComplexity
public void setMcCabesCyclomaticComplexity(float mcCabesCyclomaticComplexity)
getLinesOfComment
public int getLinesOfComment()
setLinesOfComment
public void setLinesOfComment(int linesOfComment)
getLinesOfCodePerLineOfComment
public java.lang.String getLinesOfCodePerLineOfComment()
setLinesOfCodePerLineOfComment
public void setLinesOfCodePerLineOfComment(java.lang.String linesOfCodePerLineOfComment)
getMcCabesCyclomaticComplexityPerLineOfComment
public java.lang.String getMcCabesCyclomaticComplexityPerLineOfComment()
setMcCabesCyclomaticComplexityPerLineOfComment
public void setMcCabesCyclomaticComplexityPerLineOfComment(java.lang.String mcCabesCyclomaticComplexityPerLineOfComment)
Copyright © 2010. All Rights Reserved.