com.stimulsoft.report.gauge.helpers
Class CacheInfo

java.lang.Object
  extended by com.stimulsoft.report.gauge.helpers.CacheInfo

public class CacheInfo
extends java.lang.Object

Copyright Stimulsoft


Field Summary
 int count
           
 double valueKey
           
 java.lang.String valueStr
           
 
Constructor Summary
CacheInfo(double valueKey, java.lang.String valueStr, int count)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

valueKey

public double valueKey

valueStr

public java.lang.String valueStr

count

public int count
Constructor Detail

CacheInfo

public CacheInfo(double valueKey,
                 java.lang.String valueStr,
                 int count)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object