com.thalesgroup.hudson.plugins.cccc
Class CcccReport

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

public class CcccReport
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CcccReport()
           
 
Method Summary
 java.util.List<ObjectOrientedDesignModule> getObjectOrientedDesignModuleList()
           
 java.util.List<OtherExtentsRejectedExtend> getOtherExtentsRejectedExtendList()
           
 java.util.List<ProceduralSummaryModule> getProceduralSummaryModuleList()
           
 ProjectSummary getProjectSummary()
           
 java.util.List<StructuralSummaryModule> getStructuralSummaryModuleList()
           
 void setObjectOrientedDesignModuleList(java.util.List<ObjectOrientedDesignModule> objectOrientedDesignModuleList)
           
 void setOtherExtentsRejectedExtendList(java.util.List<OtherExtentsRejectedExtend> otherExtentsRejectedExtendList)
           
 void setProceduralSummaryModuleList(java.util.List<ProceduralSummaryModule> proceduralSummaryModuleList)
           
 void setProjectSummary(ProjectSummary projectSummary)
           
 void setStructuralSummaryModuleList(java.util.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 java.util.List<ProceduralSummaryModule> getProceduralSummaryModuleList()

setProceduralSummaryModuleList

public void setProceduralSummaryModuleList(java.util.List<ProceduralSummaryModule> proceduralSummaryModuleList)

getObjectOrientedDesignModuleList

public java.util.List<ObjectOrientedDesignModule> getObjectOrientedDesignModuleList()

setObjectOrientedDesignModuleList

public void setObjectOrientedDesignModuleList(java.util.List<ObjectOrientedDesignModule> objectOrientedDesignModuleList)

getStructuralSummaryModuleList

public java.util.List<StructuralSummaryModule> getStructuralSummaryModuleList()

setStructuralSummaryModuleList

public void setStructuralSummaryModuleList(java.util.List<StructuralSummaryModule> structuralSummaryModuleList)

getOtherExtentsRejectedExtendList

public java.util.List<OtherExtentsRejectedExtend> getOtherExtentsRejectedExtendList()

setOtherExtentsRejectedExtendList

public void setOtherExtentsRejectedExtendList(java.util.List<OtherExtentsRejectedExtend> otherExtentsRejectedExtendList)


Copyright © 2010. All Rights Reserved.