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

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

public class OtherExtentsRejectedExtend
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OtherExtentsRejectedExtend()
           
 
Method Summary
 int getLinesOfCode()
           
 int getLinesOfComment()
           
 String getMcCabesCyclomaticComplexity()
           
 String getName()
           
 String getSourceReference()
           
 int getSourceReferenceLine()
           
 void setLinesOfCode(int linesOfCode)
           
 void setLinesOfComment(int linesOfComment)
           
 void setMcCabesCyclomaticComplexity(String mcCabesCyclomaticComplexity)
           
 void setName(String name)
           
 void setSourceReference(String sourceReference)
           
 void setSourceReferenceLine(int sourceReferenceLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherExtentsRejectedExtend

public OtherExtentsRejectedExtend()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getSourceReference

public String getSourceReference()

setSourceReference

public void setSourceReference(String sourceReference)

getSourceReferenceLine

public int getSourceReferenceLine()

setSourceReferenceLine

public void setSourceReferenceLine(int sourceReferenceLine)

getLinesOfCode

public int getLinesOfCode()

setLinesOfCode

public void setLinesOfCode(int linesOfCode)

getLinesOfComment

public int getLinesOfComment()

setLinesOfComment

public void setLinesOfComment(int linesOfComment)

getMcCabesCyclomaticComplexity

public String getMcCabesCyclomaticComplexity()

setMcCabesCyclomaticComplexity

public void setMcCabesCyclomaticComplexity(String mcCabesCyclomaticComplexity)


Copyright © 2004-2011. All Rights Reserved.