com.thalesgroup.hudson.plugins.cccc.model
Class ProceduralSummaryModule

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cccc.model.ProceduralSummaryModule
All Implemented Interfaces:
Serializable

public class ProceduralSummaryModule
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProceduralSummaryModule()
           
 
Method Summary
 int getLinesOfCode()
           
 String getLinesOfCodePerLineOfComment()
           
 int getLinesOfComment()
           
 float getMcCabesCyclomaticComplexity()
           
 String getMcCabesCyclomaticComplexityPerLineOfComment()
           
 String getName()
           
 void setLinesOfCode(int linesOfCode)
           
 void setLinesOfCodePerLineOfComment(String linesOfCodePerLineOfComment)
           
 void setLinesOfComment(int linesOfComment)
           
 void setMcCabesCyclomaticComplexity(float mcCabesCyclomaticComplexity)
           
 void setMcCabesCyclomaticComplexityPerLineOfComment(String mcCabesCyclomaticComplexityPerLineOfComment)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProceduralSummaryModule

public ProceduralSummaryModule()
Method Detail

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.