com.highdeal.pnr.hci
Class StatelessCounterEffect

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

public class StatelessCounterEffect
extends java.lang.Object

This class represents a effect on a counter after a rate stateless.


Constructor Summary
StatelessCounterEffect()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessCounterEffect

public StatelessCounterEffect()
Method Detail

getName

public java.lang.String getName()
Gets the name of the counter.

Returns:
the name of the counter.

setName

public void setName(java.lang.String name)
Sets the name of the counter.

Parameters:
name - the name of the counter.

getSetCounterTo

public java.math.BigDecimal getSetCounterTo()
Get the setCounterTo value.

Returns:
the setCounterTo value.

setSetCounterTo

public void setSetCounterTo(java.math.BigDecimal setCounterTo)
Sets the setCounterTo value.

Parameters:
setCounterTo - the setCounterTo value.

getCounterChange

public java.math.BigDecimal getCounterChange()
Gets the counterChange value.

Returns:
the counterChange value.

setCounterChange

public void setCounterChange(java.math.BigDecimal counterChange)
Sets the counterChange value.

Parameters:
counterChange - the counterChange value.

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)