com.banda.chemistry.domain
Class AcSpeciesRunHistory

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.chemistry.domain.AcItemHistory<AcRun>
              extended by com.banda.chemistry.domain.AcSpeciesRunHistory
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, Serializable

public class AcSpeciesRunHistory
extends AcItemHistory<AcRun>

See Also:
Serialized Form

Nested Class Summary
static class AcSpeciesRunHistory.AcSpeciesHistoryVarIndexComparator
           
 
Nested classes/interfaces inherited from class com.banda.chemistry.domain.AcItemHistory
AcItemHistory.AcItemHistoryLabelComparator
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
AcSpeciesRunHistory()
           
AcSpeciesRunHistory(AcSpecies species)
           
 
Method Summary
 boolean equals(Object object)
           
 String getLabel()
           
 AcSpecies getSpecies()
           
 Long getSpeciesId()
           
 void setSpecies(AcSpecies species)
           
 
Methods inherited from class com.banda.chemistry.domain.AcItemHistory
getHolder, getSequence, getSequenceSize, setHolder, setSequence, setSequenceElementAt, 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, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcSpeciesRunHistory

public AcSpeciesRunHistory(AcSpecies species)

AcSpeciesRunHistory

public AcSpeciesRunHistory()
Method Detail

getSpecies

public AcSpecies getSpecies()

setSpecies

public void setSpecies(AcSpecies species)

getSpeciesId

public Long getSpeciesId()

getLabel

public String getLabel()
Specified by:
getLabel in class AcItemHistory<AcRun>

equals

public boolean equals(Object object)
Overrides:
equals in class com.banda.core.domain.DomainObject<Long>
See Also:
Object.equals(java.lang.Object)


Copyright © 2013. All Rights Reserved.