public class StatelessCounterEffect
extends java.lang.Object
| Constructor and Description |
|---|
StatelessCounterEffect() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getCounterChange()
Gets the counterChange value.
|
java.lang.String |
getName()
Gets the name of the counter.
|
java.math.BigDecimal |
getSetCounterTo()
Get the setCounterTo value.
|
void |
setCounterChange(java.math.BigDecimal counterChange)
Sets the counterChange value.
|
void |
setName(java.lang.String name)
Sets the name of the counter.
|
void |
setSetCounterTo(java.math.BigDecimal setCounterTo)
Sets the setCounterTo value.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the counter.public java.math.BigDecimal getSetCounterTo()
public void setSetCounterTo(java.math.BigDecimal setCounterTo)
setCounterTo - the setCounterTo value.public java.math.BigDecimal getCounterChange()
public void setCounterChange(java.math.BigDecimal counterChange)
counterChange - the counterChange value.