com.banda.chemistry.domain
Class AcPerturbationPerformance

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.chemistry.domain.AcEvaluatedPerformance
              extended by com.banda.chemistry.domain.AcPerturbationPerformance
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, Serializable

public class AcPerturbationPerformance
extends AcEvaluatedPerformance

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
AcPerturbationPerformance()
           
 
Method Summary
 Integer getPerturbationNum()
           
 Double getPerturbationStrength()
           
 void setPerturbationNum(Integer perturbationNum)
           
 void setPerturbationStrength(Double perturbationStrength)
           
 
Methods inherited from class com.banda.chemistry.domain.AcEvaluatedPerformance
getAc, getActionSeries, getAveragedCorrectRates, getCreatedBy, getEvaluation, getRepetitions, getTimeCreated, setAc, setActionSeries, setAveragedCorrectRates, setCreatedBy, setEvaluation, setRepetitions, setTimeCreated
 
Methods inherited from class com.banda.core.domain.TechnicalDomainObject
getId, getKey, getVersion, setId, setKey, setVersion
 
Methods inherited from class com.banda.core.domain.DomainObject
copyFrom, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcPerturbationPerformance

public AcPerturbationPerformance()
Method Detail

getPerturbationNum

public Integer getPerturbationNum()

setPerturbationNum

public void setPerturbationNum(Integer perturbationNum)

getPerturbationStrength

public Double getPerturbationStrength()

setPerturbationStrength

public void setPerturbationStrength(Double perturbationStrength)


Copyright © 2013. All Rights Reserved.