Package com.highdeal.pnr.hci
Class StatelessCounterEffect
java.lang.Object
com.highdeal.pnr.hci.StatelessCounterEffect
This class represents a effect on a counter after a rate stateless.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the counterChange value.getName()Gets the name of the counter.Get the setCounterTo value.voidsetCounterChange(BigDecimal counterChange) Sets the counterChange value.voidSets the name of the counter.voidsetSetCounterTo(BigDecimal setCounterTo) Sets the setCounterTo value.
-
Constructor Details
-
StatelessCounterEffect
public StatelessCounterEffect()
-
-
Method Details
-
getName
Gets the name of the counter.- Returns:
- the name of the counter.
-
setName
Sets the name of the counter.- Parameters:
name- the name of the counter.
-
getSetCounterTo
Get the setCounterTo value.- Returns:
- the setCounterTo value.
-
setSetCounterTo
Sets the setCounterTo value.- Parameters:
setCounterTo- the setCounterTo value.
-
getCounterChange
Gets the counterChange value.- Returns:
- the counterChange value.
-
setCounterChange
Sets the counterChange value.- Parameters:
counterChange- the counterChange value.
-