com.banda.chemistry.domain
Class AcSimulationConfig
java.lang.Object
com.banda.chemistry.domain.AcSimulationConfig
public class AcSimulationConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcSimulationConfig
public AcSimulationConfig()
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.