com.banda.chemistry.domain
Class AcRateConstantTypeBound

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

public class AcRateConstantTypeBound
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
AcRateConstantTypeBound()
           
 
Method Summary
 com.banda.core.domain.ValueBound<Double> getBound()
           
 Double getFrom()
           
 AcReactionRateConstantType getRateConstantType()
           
 Double getTo()
           
 void setBound(com.banda.core.domain.ValueBound<Double> bound)
           
 void setFrom(Double from)
           
 void setRateConstantType(AcReactionRateConstantType rateConstantType)
           
 void setTo(Double to)
           
 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

AcRateConstantTypeBound

public AcRateConstantTypeBound()
Method Detail

getRateConstantType

public AcReactionRateConstantType getRateConstantType()

setRateConstantType

public void setRateConstantType(AcReactionRateConstantType rateConstantType)

getBound

public com.banda.core.domain.ValueBound<Double> getBound()

setBound

public void setBound(com.banda.core.domain.ValueBound<Double> bound)

getFrom

public Double getFrom()

getTo

public Double getTo()

setFrom

public void setFrom(Double from)

setTo

public void setTo(Double to)

toString

public String toString()
Overrides:
toString in class com.banda.core.domain.DomainObject<Long>


Copyright © 2013. All Rights Reserved.