com.banda.chemistry.domain
Class AcCompositeSpecies

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.chemistry.domain.AcVariable<AcSpeciesSet>
              extended by com.banda.chemistry.domain.AcSpecies
                  extended by com.banda.chemistry.domain.AcCompositeSpecies
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, Serializable

public class AcCompositeSpecies
extends AcSpecies

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.banda.chemistry.domain.AcVariable
AcVariable.AcVariableIndexComparator, AcVariable.AcVariableLabelComparator
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
AcCompositeSpecies()
           
AcCompositeSpecies(Long id)
           
AcCompositeSpecies(String label)
           
 
Method Summary
 void addComponent(AcSpecies component)
           
 List<AcSpecies> getComponents()
           
 void setComponents(List<AcSpecies> components)
           
 
Methods inherited from class com.banda.chemistry.domain.AcSpecies
getGroup, getStructure, isConstantFlag, setConstantFlag, setGroup, setStructure, toString
 
Methods inherited from class com.banda.chemistry.domain.AcVariable
equals, getLabel, getParentSet, getSortOrder, getVariableIndex, hashCode, setLabel, setParentSet, setParentSetUnsafe, setSortOrder, setVariableIndex
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcCompositeSpecies

public AcCompositeSpecies()

AcCompositeSpecies

public AcCompositeSpecies(Long id)

AcCompositeSpecies

public AcCompositeSpecies(String label)
Method Detail

getComponents

public List<AcSpecies> getComponents()

setComponents

public void setComponents(List<AcSpecies> components)

addComponent

public void addComponent(AcSpecies component)


Copyright © 2013. All Rights Reserved.