insensa.helpers
Class AmountCounter

java.lang.Object
  extended by insensa.helpers.AmountCounter

public class AmountCounter
extends java.lang.Object


Field Summary
 int cnt
           
 float value
           
 
Constructor Summary
AmountCounter()
           
AmountCounter(float value, int cnt)
           
 
Method Summary
 int getCnt()
           
 float getValue()
           
 void PrintOutData()
           
 void setCnt(int cnt)
           
 void setValue(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public float value

cnt

public int cnt
Constructor Detail

AmountCounter

public AmountCounter()

AmountCounter

public AmountCounter(float value,
                     int cnt)
Parameters:
value -
cnt -
Method Detail

getCnt

public int getCnt()
Returns:

getValue

public float getValue()
Returns:

PrintOutData

public void PrintOutData()

setCnt

public void setCnt(int cnt)
Parameters:
cnt -

setValue

public void setValue(float value)
Parameters:
value -