Class PointsContainer
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.drools.facts.PointsContainer
- All Implemented Interfaces:
NumberContainer, ValueWithNode
- Direct Known Subclasses:
AveragePoints, TotalPoints
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Nullable BigDecimalprotected Nodeprotected @Nullable BigDecimalprotected @Nullable BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable BigDecimalgetNode()@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimal@Nullable BigDecimalgetValue()voidsetCorrection(@Nullable BigDecimal correction) voidvoidsetPercentage(@Nullable BigDecimal percentage) voidsetValue(@Nullable BigDecimal value)
-
Field Details
-
value
-
correction
-
percentage
-
node
-
-
Constructor Details
-
PointsContainer
-
-
Method Details
-
getValue
-
setValue
-
getCorrection
-
setCorrection
-
getOriginalValue
-
getPercentage
-
setPercentage
-
getNode
- Specified by:
getNodein interfaceValueWithNode
-
setNode
-
getNumber
- Specified by:
getNumberin interfaceNumberContainer
-