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