com.banda.chemistry.domain
Class AcRangeTranslation
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.AcRangeTranslation
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable
public class AcRangeTranslation
- 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 |
AcRangeTranslation
public AcRangeTranslation()
getFromTime
public Integer getFromTime()
setFromTime
public void setFromTime(Integer fromTime)
getToTime
public Integer getToTime()
setToTime
public void setToTime(Integer toTime)
getTranslationItems
public Set<AcTranslationItem> getTranslationItems()
setTranslationItems
public void setTranslationItems(Set<AcTranslationItem> translationItems)
addTranslationItem
public void addTranslationItem(AcTranslationItem translationItem)
removeTranslationItem
public void removeTranslationItem(AcTranslationItem translationItem)
getTranslationSeries
public AcTranslationSeries getTranslationSeries()
setTranslationSeries
public void setTranslationSeries(AcTranslationSeries actionSeries)
getSpecies
public Collection<AcSpecies> getSpecies()
getSpeciesSet
public AcSpeciesSet getSpeciesSet()
getItemLabels
public Set<String> getItemLabels()
getReferencedSpeciesIndeces
public Set<Integer> getReferencedSpeciesIndeces()
toString
public String toString()
- Overrides:
toString in class com.banda.core.domain.DomainObject<Long>
- See Also:
Object.toString()
Copyright © 2013. All Rights Reserved.