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

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

public class StructuralSummaryModule
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StructuralSummaryModule()
           
 
Method Summary
 float getFanIin()
           
 float getFanInConcrete()
           
 float getFanInVisible()
           
 float getFanOut()
           
 float getFanOutConcrete()
           
 float getFanOutVisible()
           
 float getIF4()
           
 float getIF4Concrete()
           
 float getIF4Visible()
           
 String getName()
           
 void setFanIin(float fanIin)
           
 void setFanInConcrete(float fanInConcrete)
           
 void setFanInVisible(float fanInVisible)
           
 void setFanOut(float fanOut)
           
 void setFanOutConcrete(float fanOutConcrete)
           
 void setFanOutVisible(float fanOutVisible)
           
 void setIF4(float if4)
           
 void setIF4Concrete(float concrete)
           
 void setIF4Visible(float visible)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructuralSummaryModule

public StructuralSummaryModule()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getFanOutVisible

public float getFanOutVisible()

setFanOutVisible

public void setFanOutVisible(float fanOutVisible)

getFanOutConcrete

public float getFanOutConcrete()

setFanOutConcrete

public void setFanOutConcrete(float fanOutConcrete)

getFanOut

public float getFanOut()

setFanOut

public void setFanOut(float fanOut)

getFanInVisible

public float getFanInVisible()

setFanInVisible

public void setFanInVisible(float fanInVisible)

getFanInConcrete

public float getFanInConcrete()

setFanInConcrete

public void setFanInConcrete(float fanInConcrete)

getFanIin

public float getFanIin()

setFanIin

public void setFanIin(float fanIin)

getIF4Visible

public float getIF4Visible()

setIF4Visible

public void setIF4Visible(float visible)

getIF4Concrete

public float getIF4Concrete()

setIF4Concrete

public void setIF4Concrete(float concrete)

getIF4

public float getIF4()

setIF4

public void setIF4(float if4)


Copyright © 2004-2011. All Rights Reserved.