com.banda.chemistry.domain
Class AcEvaluationItem

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by 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 Class Summary
static class AcEvaluationItem.AcEvaluationItemOrderComparator
           
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
AcEvaluationItem()
           
 
Method Summary
 AcEvaluation getAcEvaluation()
           
 Function<Double,Boolean> getEvaluationStateApplicableFunction()
           
 Function<Double,Boolean> getFunction()
           
 Integer getOrder()
           
 AcEvaluationItemState getState()
           
protected  void setAcEvaluation(AcEvaluation acEvaluation)
           
 void setEvaluationStateApplicableFunction(Function<Double,Boolean> evaluationStateApplicableFunction)
           
 void setFunction(Function<Double,Boolean> function)
           
 void setOrder(Integer order)
           
 void setState(AcEvaluationItemState state)
           
 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

AcEvaluationItem

public AcEvaluationItem()
Method Detail

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.