com.banda.chemistry.domain
Class AcSimulationConfig

java.lang.Object
  extended by com.banda.chemistry.domain.AcSimulationConfig

public class AcSimulationConfig
extends Object


Constructor Summary
AcSimulationConfig()
           
 
Method Summary
 Double getDiffThreshold()
           
 Long getId()
           
 Double getLowerThreshold()
           
 String getName()
           
 Date getTimeCreated()
           
 Double getTimeStep()
           
 UpdateAlgorithmType getUpdateAlgorithmType()
           
 Double getUpperThreshold()
           
 Long getVersion()
           
 void setDiffThreshold(Double diffThreshold)
           
 void setId(Long id)
           
 void setLowerThreshold(Double lowerThreshold)
           
 void setName(String name)
           
 void setTimeCreated(Date timeCreated)
           
 void setTimeStep(Double timeStep)
           
 void setUpdateAlgorithmType(UpdateAlgorithmType updateAlgorithmType)
           
 void setUpperThreshold(Double upperThreshold)
           
 void setVersion(Long version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcSimulationConfig

public AcSimulationConfig()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getVersion

public Long getVersion()

setVersion

public void setVersion(Long version)

getTimeCreated

public Date getTimeCreated()

setTimeCreated

public void setTimeCreated(Date timeCreated)

getName

public String getName()

setName

public void setName(String name)

getUpperThreshold

public Double getUpperThreshold()

setUpperThreshold

public void setUpperThreshold(Double upperThreshold)

getDiffThreshold

public Double getDiffThreshold()

setDiffThreshold

public void setDiffThreshold(Double diffThreshold)

getLowerThreshold

public Double getLowerThreshold()

setLowerThreshold

public void setLowerThreshold(Double lowerThreshold)

getTimeStep

public Double getTimeStep()

setTimeStep

public void setTimeStep(Double timeStep)

getUpdateAlgorithmType

public UpdateAlgorithmType getUpdateAlgorithmType()

setUpdateAlgorithmType

public void setUpdateAlgorithmType(UpdateAlgorithmType updateAlgorithmType)


Copyright © 2013. All Rights Reserved.