com.thalesgroup.hudson.plugins.cccc
Class CcccReport

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

public class CcccReport
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CcccReport()
           
 
Method Summary
 List<ObjectOrientedDesignModule> getObjectOrientedDesignModuleList()
           
 List<OtherExtentsRejectedExtend> getOtherExtentsRejectedExtendList()
           
 List<ProceduralSummaryModule> getProceduralSummaryModuleList()
           
 ProjectSummary getProjectSummary()
           
 List<StructuralSummaryModule> getStructuralSummaryModuleList()
           
 void setObjectOrientedDesignModuleList(List<ObjectOrientedDesignModule> objectOrientedDesignModuleList)
           
 void setOtherExtentsRejectedExtendList(List<OtherExtentsRejectedExtend> otherExtentsRejectedExtendList)
           
 void setProceduralSummaryModuleList(List<ProceduralSummaryModule> proceduralSummaryModuleList)
           
 void setProjectSummary(ProjectSummary projectSummary)
           
 void setStructuralSummaryModuleList(List<StructuralSummaryModule> structuralSummaryModuleList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CcccReport

public CcccReport()
Method Detail

getProjectSummary

public ProjectSummary getProjectSummary()

setProjectSummary

public void setProjectSummary(ProjectSummary projectSummary)

getProceduralSummaryModuleList

public List<ProceduralSummaryModule> getProceduralSummaryModuleList()

setProceduralSummaryModuleList

public void setProceduralSummaryModuleList(List<ProceduralSummaryModule> proceduralSummaryModuleList)

getObjectOrientedDesignModuleList

public List<ObjectOrientedDesignModule> getObjectOrientedDesignModuleList()

setObjectOrientedDesignModuleList

public void setObjectOrientedDesignModuleList(List<ObjectOrientedDesignModule> objectOrientedDesignModuleList)

getStructuralSummaryModuleList

public List<StructuralSummaryModule> getStructuralSummaryModuleList()

setStructuralSummaryModuleList

public void setStructuralSummaryModuleList(List<StructuralSummaryModule> structuralSummaryModuleList)

getOtherExtentsRejectedExtendList

public List<OtherExtentsRejectedExtend> getOtherExtentsRejectedExtendList()

setOtherExtentsRejectedExtendList

public void setOtherExtentsRejectedExtendList(List<OtherExtentsRejectedExtend> otherExtentsRejectedExtendList)


Copyright © 2004-2011. All Rights Reserved.