com.banda.chemistry.domain
Class AcSpeciesSetManipulationSeries
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
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 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.core.domain.TechnicalDomainObject |
getId, getKey, getVersion, setId, setKey, setVersion |
| Methods inherited from class com.banda.core.domain.DomainObject |
copyFrom, equals, hashCode |
AcSpeciesSetManipulationSeries
public AcSpeciesSetManipulationSeries()
AcSpeciesSetManipulationSeries
public AcSpeciesSetManipulationSeries(Long id)
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.