com.banda.chemistry.domain
Class AcCompartment
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.AcCompartment
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable
public class AcCompartment
- 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 |
AcCompartment
public AcCompartment()
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
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)
getParent
public AcCompartment getParent()
setParent
public void setParent(AcCompartment parent)
getSubCompartments
public Collection<AcCompartment> getSubCompartments()
setSubCompartments
public void setSubCompartments(Collection<AcCompartment> subCompartments)
addSubCompartment
public void addSubCompartment(AcCompartment subCompartment)
removeSubCompartment
public void removeSubCompartment(AcCompartment subCompartment)
getReactionSet
public AcReactionSet getReactionSet()
setReactionSet
public void setReactionSet(AcReactionSet reactionSet)
getSpeciesSet
public AcSpeciesSet getSpeciesSet()
getSpecies
public Collection<AcSpecies> getSpecies()
getSpeciesCount
public int getSpeciesCount()
getParameters
public Collection<AcParameter> getParameters()
getParametersCount
public int getParametersCount()
getChannels
public Collection<AcCompartmentChannel> getChannels()
setChannels
public void setChannels(Collection<AcCompartmentChannel> channels)
addChannel
public void addChannel(AcCompartmentChannel channel)
removeChannel
public void removeChannel(AcCompartmentChannel channel)
getOutputCompartment
@Deprecated
public AcCompartment getOutputCompartment()
- Deprecated.
setOutputCompartment
@Deprecated
public void setOutputCompartment(AcCompartment outputCompartment)
- Deprecated.
toString
public String toString()
- Overrides:
toString in class com.banda.core.domain.DomainObject<Long>
- See Also:
Object.toString()
Copyright © 2013. All Rights Reserved.