com.banda.chemistry.domain
Class AcActionSeries

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.chemistry.domain.AcSpeciesSetManipulationSeries
              extended by 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 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
AcActionSeries()
           
AcActionSeries(Long id)
           
 
Method Summary
 void addAction(AcAction action)
           
 void addActions(Collection<AcAction> actions)
           
 void addRun(AcRun run)
           
 Set<AcAction> getActions()
           
 Integer getRepeatFromElement()
          Overridden for Hibernate mapping only.
 List<AcRun> getRuns()
           
 Collection<AcTranslatedRun> getTranslatedRuns()
           
 void initActions()
           
 void removeAction(AcAction action)
           
 void removeAllActions()
           
 void removeRun(AcRun run)
           
protected  void setActions(Set<AcAction> actions)
           
 void setRepeatFromElement(Integer repeatFromElement)
          Overridden for Hibernate mapping only.
protected  void setRuns(List<AcRun> runs)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcActionSeries

public AcActionSeries()

AcActionSeries

public AcActionSeries(Long id)
Method Detail

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.