public class EvoTask extends TechnicalDomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
EvoTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvolutionRun(EvoRun<?> evolutionRun) |
User |
getCreatedBy() |
Date |
getCreateTime() |
Collection<EvoRun<?>> |
getEvolutionRuns() |
EvoGaSetting |
getGaSetting() |
String |
getName() |
EvoTaskType |
getTaskType() |
void |
removeEvolutionRun(EvoRun<?> evolutionRun) |
void |
setCreatedBy(User createdBy) |
void |
setCreateTime(Date createTime) |
void |
setEvolutionRuns(Collection<EvoRun<?>> evolutionRuns) |
void |
setGaSetting(EvoGaSetting gaSetting) |
void |
setName(String name) |
void |
setTaskType(EvoTaskType taskType) |
getId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringpublic String getName()
public void setName(String name)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public User getCreatedBy()
public void setCreatedBy(User createdBy)
public EvoTaskType getTaskType()
public void setTaskType(EvoTaskType taskType)
public EvoGaSetting getGaSetting()
public void setGaSetting(EvoGaSetting gaSetting)
public Collection<EvoRun<?>> getEvolutionRuns()
public void setEvolutionRuns(Collection<EvoRun<?>> evolutionRuns)
public void addEvolutionRun(EvoRun<?> evolutionRun)
public void removeEvolutionRun(EvoRun<?> evolutionRun)
Copyright © 2019. All Rights Reserved.