public class AcCompartment
extends com.banda.core.domain.TechnicalDomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
AcCompartment() |
public String getLabel()
public void setLabel(String label)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public com.banda.core.domain.um.User getCreatedBy()
public void setCreatedBy(com.banda.core.domain.um.User createdBy)
public List<AcCompartmentAssociation> getSubCompartmentAssociations()
public void setSubCompartmentAssociations(List<AcCompartmentAssociation> subCompartmentAssociations)
public void removeSubCompartmentAssociation(AcCompartmentAssociation subCompartmentAssociation)
public List<AcCompartmentAssociation> getParentCompartmentAssociations()
public void setParentCompartmentAssociations(List<AcCompartmentAssociation> parentCompartmentAssociations)
public Collection<AcCompartment> getSubCompartments()
public Collection<AcCompartment> getParentCompartments()
public Collection<AcSpecies> getParentCompartmentSpecies()
public void addSubCompartment(AcCompartment subCompartment)
public void removeSubCompartment(AcCompartment subCompartment)
public void removeParentCompartment(AcCompartment parentCompartment)
public AcReactionSet getReactionSet()
public void setReactionSet(AcReactionSet reactionSet)
public AcSpeciesSet getSpeciesSet()
public Collection<AcSpecies> getSpecies()
public int getSpeciesCount()
public Collection<AcParameter> getParameters()
public int getParametersCount()
public Collection<AcCompartmentChannel> getChannels()
public void setChannels(Collection<AcCompartmentChannel> channels)
public void addChannel(AcCompartmentChannel channel)
public void removeChannel(AcCompartmentChannel channel)
public Collection<AcCompartmentChannelGroup> getSubChannelGroups()
public void setSubChannelGroups(Collection<AcCompartmentChannelGroup> subChannelGroups)
public void addSubChannelGroup(AcCompartmentChannelGroup channelGroup)
public void removeSubChannelGroup(AcCompartmentChannelGroup channelGroup)
public ArtificialChemistrySpec getGeneratedBySpec()
public void setGeneratedBySpec(ArtificialChemistrySpec generatedBySpec)
public String toString()
toString in class com.banda.core.domain.DomainObject<Long>Object.toString()Copyright © 2015. All Rights Reserved.