com.banda.chemistry.domain
Class AcActionSeries
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.AcSpeciesSetManipulationSeries
com.banda.chemistry.domain.AcActionSeries
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable
public class AcActionSeries
- extends AcSpeciesSetManipulationSeries
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| Methods inherited from class com.banda.chemistry.domain.AcSpeciesSetManipulationSeries |
getCreatedBy, getCreateTime, getName, getPeriodicity, getRepeatFromElementSafe, getRepetitions, getSpecies, getSpeciesSet, isPeriodic, isWithinRepetition, setCreatedBy, setCreateTime, setName, setPeriodicity, setRepetitions, setSpeciesSet, toString |
| 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 |
AcActionSeries
public AcActionSeries()
AcActionSeries
public AcActionSeries(Long id)
getActions
public Set<AcAction> getActions()
initActions
public void initActions()
setActions
protected void setActions(Set<AcAction> actions)
addAction
public void addAction(AcAction action)
addActions
public void addActions(Collection<AcAction> actions)
removeAction
public void removeAction(AcAction action)
getRuns
public List<AcRun> getRuns()
setRuns
protected void setRuns(List<AcRun> runs)
addRun
public void addRun(AcRun run)
removeRun
public void removeRun(AcRun run)
removeAllActions
public void removeAllActions()
getTranslatedRuns
public Collection<AcTranslatedRun> getTranslatedRuns()
getRepeatFromElement
public Integer getRepeatFromElement()
- Overridden for Hibernate mapping only.
- Overrides:
getRepeatFromElement in class AcSpeciesSetManipulationSeries
setRepeatFromElement
public void setRepeatFromElement(Integer repeatFromElement)
- Overridden for Hibernate mapping only.
- Overrides:
setRepeatFromElement in class AcSpeciesSetManipulationSeries
Copyright © 2013. All Rights Reserved.