com.banda.chemistry.domain
Class AcTranslationItem

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.chemistry.domain.AcTranslationItem
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, FunctionHolder<Double[],Double>, Serializable

public class AcTranslationItem
extends com.banda.core.domain.TechnicalDomainObject
implements FunctionHolder<Double[],Double>

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
AcTranslationItem()
           
 
Method Summary
 Function<Double[],Double> getFunction()
           
 String getLabel()
           
 AcRangeTranslation getTranslation()
           
 Function<Double[],Double> getTranslationFunction()
           
 AcTranslationSeries getTranslationSeries()
           
 AcTranslationVariable getVariable()
           
 void setFunction(Function<Double[],Double> function)
           
protected  void setTranslation(AcRangeTranslation action)
           
 void setTranslationFunction(Function<Double[],Double> settingFunction)
           
 void setVariable(AcTranslationVariable variable)
           
 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

AcTranslationItem

public AcTranslationItem()
Method Detail

getVariable

public AcTranslationVariable getVariable()

setVariable

public void setVariable(AcTranslationVariable variable)

getLabel

public String getLabel()

getTranslationFunction

public Function<Double[],Double> getTranslationFunction()

setTranslationFunction

public void setTranslationFunction(Function<Double[],Double> settingFunction)

getTranslation

public AcRangeTranslation getTranslation()

setTranslation

protected void setTranslation(AcRangeTranslation action)

getFunction

public Function<Double[],Double> getFunction()
Specified by:
getFunction in interface FunctionHolder<Double[],Double>

setFunction

public void setFunction(Function<Double[],Double> function)
Specified by:
setFunction in interface FunctionHolder<Double[],Double>

getTranslationSeries

public AcTranslationSeries getTranslationSeries()

toString

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


Copyright © 2013. All Rights Reserved.