com.thalesgroup.hudson.plugins.cccc.model
Class ProceduralSummaryModule
java.lang.Object
com.thalesgroup.hudson.plugins.cccc.model.ProceduralSummaryModule
- All Implemented Interfaces:
- Serializable
public class ProceduralSummaryModule
- extends Object
- implements 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 String getName()
setName
public void setName(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 String getLinesOfCodePerLineOfComment()
setLinesOfCodePerLineOfComment
public void setLinesOfCodePerLineOfComment(String linesOfCodePerLineOfComment)
getMcCabesCyclomaticComplexityPerLineOfComment
public String getMcCabesCyclomaticComplexityPerLineOfComment()
setMcCabesCyclomaticComplexityPerLineOfComment
public void setMcCabesCyclomaticComplexityPerLineOfComment(String mcCabesCyclomaticComplexityPerLineOfComment)
Copyright © 2004-2011. All Rights Reserved.