com.banda.chemistry.domain
Class AcTranslationItem
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
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 classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| 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 |
AcTranslationItem
public AcTranslationItem()
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.