public class AcEvaluatedPerformance extends TechnicalDomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
AcEvaluatedPerformance() |
| Modifier and Type | Method and Description |
|---|---|
AcInteractionSeries |
getActionSeries() |
Double[] |
getAveragedCorrectRates() |
AcCompartment |
getCompartment() |
User |
getCreatedBy() |
AcEvaluation |
getEvaluation() |
Integer |
getLength() |
Integer |
getRepetitions() |
AcSimulationConfig |
getSimulationConfig() |
Date |
getTimeCreated() |
void |
setActionSeries(AcInteractionSeries actionSeries) |
void |
setAveragedCorrectRates(Double[] averagedCorrectRates) |
void |
setCompartment(AcCompartment compartment) |
void |
setCreatedBy(User createdBy) |
void |
setEvaluation(AcEvaluation evaluation) |
void |
setLength(Integer length) |
void |
setRepetitions(Integer repetitions) |
void |
setSimulationConfig(AcSimulationConfig simulationConfig) |
void |
setTimeCreated(Date timeCreated) |
getId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringpublic Date getTimeCreated()
public void setTimeCreated(Date timeCreated)
public User getCreatedBy()
public void setCreatedBy(User createdBy)
public AcInteractionSeries getActionSeries()
public void setActionSeries(AcInteractionSeries actionSeries)
public AcEvaluation getEvaluation()
public void setEvaluation(AcEvaluation evaluation)
public Integer getRepetitions()
public void setRepetitions(Integer repetitions)
public Double[] getAveragedCorrectRates()
public void setAveragedCorrectRates(Double[] averagedCorrectRates)
public Integer getLength()
public void setLength(Integer length)
public AcCompartment getCompartment()
public void setCompartment(AcCompartment compartment)
public AcSimulationConfig getSimulationConfig()
public void setSimulationConfig(AcSimulationConfig simulationConfig)
Copyright © 2019. All Rights Reserved.