public class AcCompartment extends TechnicalDomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
AcCompartment() |
getId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCodepublic String getLabel()
public void setLabel(String label)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public User getCreatedBy()
public void setCreatedBy(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 DomainObject<Long>Object.toString()Copyright © 2019. All Rights Reserved.