com.banda.chemistry.domain
Class AcSpeciesSetManipulationSeries

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
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, Serializable
Direct Known Subclasses:
AcActionSeries, AcTranslationSeries

public abstract class AcSpeciesSetManipulationSeries
extends com.banda.core.domain.TechnicalDomainObject

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
AcSpeciesSetManipulationSeries()
           
AcSpeciesSetManipulationSeries(Long id)
           
 
Method Summary
 com.banda.core.domain.um.User getCreatedBy()
           
 Date getCreateTime()
           
 String getName()
           
 Integer getPeriodicity()
           
 Integer getRepeatFromElement()
           
 int getRepeatFromElementSafe()
           
 Integer getRepetitions()
           
 Collection<AcSpecies> getSpecies()
           
 AcSpeciesSet getSpeciesSet()
           
 boolean isPeriodic()
           
 boolean isWithinRepetition(int repetition)
           
 void setCreatedBy(com.banda.core.domain.um.User createdBy)
           
 void setCreateTime(Date createTime)
           
 void setName(String name)
           
 void setPeriodicity(Integer periodicity)
           
 void setRepeatFromElement(Integer repeatFromElement)
           
 void setRepetitions(Integer repetitions)
           
 void setSpeciesSet(AcSpeciesSet speciesSet)
           
 String 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

AcSpeciesSetManipulationSeries

public AcSpeciesSetManipulationSeries()

AcSpeciesSetManipulationSeries

public AcSpeciesSetManipulationSeries(Long id)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCreateTime

public Date getCreateTime()

setCreateTime

public void setCreateTime(Date createTime)

getCreatedBy

public com.banda.core.domain.um.User getCreatedBy()

setCreatedBy

public void setCreatedBy(com.banda.core.domain.um.User createdBy)

getSpeciesSet

public AcSpeciesSet getSpeciesSet()

setSpeciesSet

public void setSpeciesSet(AcSpeciesSet speciesSet)

isWithinRepetition

public boolean isWithinRepetition(int repetition)

getRepetitions

public Integer getRepetitions()

setRepetitions

public void setRepetitions(Integer repetitions)

isPeriodic

public boolean isPeriodic()

getPeriodicity

public Integer getPeriodicity()

setPeriodicity

public void setPeriodicity(Integer periodicity)

getSpecies

public Collection<AcSpecies> getSpecies()

getRepeatFromElement

public Integer getRepeatFromElement()

getRepeatFromElementSafe

public int getRepeatFromElementSafe()

setRepeatFromElement

public void setRepeatFromElement(Integer repeatFromElement)

toString

public String toString()
Overrides:
toString in class com.banda.core.domain.DomainObject<Long>
See Also:
Object.toString()


Copyright © 2013. All Rights Reserved.