com.banda.chemistry.domain
Class AcSpeciesGroup

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

public class AcSpeciesGroup
extends AcVariableGroup<AcSpecies>

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
AcSpeciesGroup()
           
AcSpeciesGroup(Collection<AcSpecies> species)
           
AcSpeciesGroup(String label)
           
 
Method Summary
 void addVariable(AcSpecies variable)
           
 
Methods inherited from class com.banda.chemistry.domain.AcVariableGroup
addVariables, getLabel, getVariables, initVariables, removeVariable, setLabel, setVariables
 
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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcSpeciesGroup

public AcSpeciesGroup(Collection<AcSpecies> species)

AcSpeciesGroup

public AcSpeciesGroup()

AcSpeciesGroup

public AcSpeciesGroup(String label)
Method Detail

addVariable

public void addVariable(AcSpecies variable)
Specified by:
addVariable in interface AcVariableGroupIF<AcSpecies>
Overrides:
addVariable in class AcVariableGroup<AcSpecies>


Copyright © 2013. All Rights Reserved.