com.banda.chemistry.domain
Class AcSpecies

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
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, Serializable
Direct Known Subclasses:
AcCompositeSpecies

public class AcSpecies
extends AcVariable<AcSpeciesSet>

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
AcSpecies()
           
AcSpecies(Long id)
           
AcSpecies(String label)
           
 
Method Summary
 AcSpeciesGroup getGroup()
           
 String getStructure()
           
 boolean isConstantFlag()
           
 void setConstantFlag(boolean constantFlag)
           
protected  void setGroup(AcSpeciesGroup group)
           
 void setStructure(String structure)
           
 String 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

AcSpecies

public AcSpecies()

AcSpecies

public AcSpecies(Long id)

AcSpecies

public AcSpecies(String label)
Method Detail

getStructure

public String getStructure()

setStructure

public void setStructure(String structure)

isConstantFlag

public boolean isConstantFlag()

setConstantFlag

public void setConstantFlag(boolean constantFlag)

getGroup

public AcSpeciesGroup getGroup()

setGroup

protected void setGroup(AcSpeciesGroup group)

toString

public String toString()
Overrides:
toString in class AcVariable<AcSpeciesSet>
See Also:
Object.toString()


Copyright © 2013. All Rights Reserved.