com.banda.chemistry.domain
Class AcCompartment

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
AcCompartment()
           
 
Method Summary
 void addChannel(AcCompartmentChannel channel)
           
 void addSubCompartment(AcCompartment subCompartment)
           
 Collection<AcCompartmentChannel> getChannels()
           
 com.banda.core.domain.um.User getCreatedBy()
           
 Date getCreateTime()
           
 String getLabel()
           
 AcCompartment getOutputCompartment()
          Deprecated. 
 Collection<AcParameter> getParameters()
           
 int getParametersCount()
           
 AcCompartment getParent()
           
 AcReactionSet getReactionSet()
           
 Collection<AcSpecies> getSpecies()
           
 int getSpeciesCount()
           
 AcSpeciesSet getSpeciesSet()
           
 Collection<AcCompartment> getSubCompartments()
           
 void removeChannel(AcCompartmentChannel channel)
           
 void removeSubCompartment(AcCompartment subCompartment)
           
 void setChannels(Collection<AcCompartmentChannel> channels)
           
 void setCreatedBy(com.banda.core.domain.um.User createdBy)
           
 void setCreateTime(Date createTime)
           
 void setLabel(String label)
           
 void setOutputCompartment(AcCompartment outputCompartment)
          Deprecated. 
 void setParent(AcCompartment parent)
           
 void setReactionSet(AcReactionSet reactionSet)
           
 void setSubCompartments(Collection<AcCompartment> subCompartments)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcCompartment

public AcCompartment()
Method Detail

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.