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
Modifier and TypeFieldDescriptionprotected @Nullable BigDecimal
protected Node
protected @Nullable BigDecimal
protected @Nullable BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable BigDecimal
getNode()
@Nullable BigDecimal
@Nullable BigDecimal
@Nullable BigDecimal
@Nullable BigDecimal
getValue()
void
setCorrection
(@Nullable BigDecimal correction) void
void
setPercentage
(@Nullable BigDecimal percentage) void
setValue
(@Nullable BigDecimal value)
-
Field Details
-
value
-
correction
-
percentage
-
node
-
-
Constructor Details
-
PointsContainer
-
-
Method Details
-
getValue
-
setValue
-
getCorrection
-
setCorrection
-
getOriginalValue
-
getPercentage
-
setPercentage
-
getNode
- Specified by:
getNode
in interfaceValueWithNode
-
setNode
-
getNumber
- Specified by:
getNumber
in interfaceNumberContainer
-