com.banda.chemistry.domain
Class AcEvaluationItem
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.AcEvaluationItem
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, FunctionHolder<Double,Boolean>, Serializable
public class AcEvaluationItem
- extends com.banda.core.domain.TechnicalDomainObject
- implements FunctionHolder<Double,Boolean>
- 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 |
AcEvaluationItem
public AcEvaluationItem()
getState
public AcEvaluationItemState getState()
setState
public void setState(AcEvaluationItemState state)
getOrder
public Integer getOrder()
setOrder
public void setOrder(Integer order)
getEvaluationStateApplicableFunction
public Function<Double,Boolean> getEvaluationStateApplicableFunction()
setEvaluationStateApplicableFunction
public void setEvaluationStateApplicableFunction(Function<Double,Boolean> evaluationStateApplicableFunction)
getAcEvaluation
public AcEvaluation getAcEvaluation()
setAcEvaluation
protected void setAcEvaluation(AcEvaluation acEvaluation)
toString
public String toString()
- Overrides:
toString in class com.banda.core.domain.DomainObject<Long>
- See Also:
Object.toString()
getFunction
public Function<Double,Boolean> getFunction()
- Specified by:
getFunction in interface FunctionHolder<Double,Boolean>
setFunction
public void setFunction(Function<Double,Boolean> function)
- Specified by:
setFunction in interface FunctionHolder<Double,Boolean>
Copyright © 2013. All Rights Reserved.