Class StatelessCounterEffect

java.lang.Object
com.highdeal.pnr.hci.StatelessCounterEffect

public class StatelessCounterEffect extends Object
This class represents a effect on a counter after a rate stateless.
  • Constructor Details

    • StatelessCounterEffect

      public StatelessCounterEffect()
  • Method Details

    • getName

      public String getName()
      Gets the name of the counter.
      Returns:
      the name of the counter.
    • setName

      public void setName(String name)
      Sets the name of the counter.
      Parameters:
      name - the name of the counter.
    • getSetCounterTo

      public BigDecimal getSetCounterTo()
      Get the setCounterTo value.
      Returns:
      the setCounterTo value.
    • setSetCounterTo

      public void setSetCounterTo(BigDecimal setCounterTo)
      Sets the setCounterTo value.
      Parameters:
      setCounterTo - the setCounterTo value.
    • getCounterChange

      public BigDecimal getCounterChange()
      Gets the counterChange value.
      Returns:
      the counterChange value.
    • setCounterChange

      public void setCounterChange(BigDecimal counterChange)
      Sets the counterChange value.
      Parameters:
      counterChange - the counterChange value.