org.ow2.bonita.facade.def.element.impl
Class SimulationInformationDefinitionImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.element.impl.SimulationInformationDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.bonita.facade.def.element.SimulationInformationDefinition

public class SimulationInformationDefinitionImpl
extends java.lang.Object
implements org.ow2.bonita.facade.def.element.SimulationInformationDefinition

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.SimulationInformationDefinition
org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation
 
Field Summary
protected  java.lang.String cost
           
protected  org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation instantiation
           
protected  org.ow2.bonita.facade.def.element.TimeEstimationDefinition timeEstimation
           
 
Constructor Summary
protected SimulationInformationDefinitionImpl()
           
  SimulationInformationDefinitionImpl(org.ow2.bonita.facade.def.element.SimulationInformationDefinition src)
           
  SimulationInformationDefinitionImpl(java.lang.String cost, org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation instantiation, org.ow2.bonita.facade.def.element.TimeEstimationDefinition timeEstimation)
           
 
Method Summary
 java.lang.String getCost()
           
 org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation getInstantiation()
           
 org.ow2.bonita.facade.def.element.TimeEstimationDefinition getTimeEstimation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cost

protected java.lang.String cost

instantiation

protected org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation instantiation

timeEstimation

protected org.ow2.bonita.facade.def.element.TimeEstimationDefinition timeEstimation
Constructor Detail

SimulationInformationDefinitionImpl

protected SimulationInformationDefinitionImpl()

SimulationInformationDefinitionImpl

public SimulationInformationDefinitionImpl(java.lang.String cost,
                                           org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation instantiation,
                                           org.ow2.bonita.facade.def.element.TimeEstimationDefinition timeEstimation)

SimulationInformationDefinitionImpl

public SimulationInformationDefinitionImpl(org.ow2.bonita.facade.def.element.SimulationInformationDefinition src)
Method Detail

getCost

public java.lang.String getCost()
Specified by:
getCost in interface org.ow2.bonita.facade.def.element.SimulationInformationDefinition

getInstantiation

public org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation getInstantiation()
Specified by:
getInstantiation in interface org.ow2.bonita.facade.def.element.SimulationInformationDefinition

getTimeEstimation

public org.ow2.bonita.facade.def.element.TimeEstimationDefinition getTimeEstimation()
Specified by:
getTimeEstimation in interface org.ow2.bonita.facade.def.element.SimulationInformationDefinition


Copyright © 2009 OW2 Consortium. All Rights Reserved.