JIDE 3.5.15

com.jidesoft.pivot
Class GrandTotalValues

java.lang.Object
  extended by com.jidesoft.pivot.DefaultValues
      extended by com.jidesoft.pivot.GrandTotalValues
All Implemented Interfaces:
Values

public class GrandTotalValues
extends DefaultValues

Implementations of Values interface for grand total data.


Constructor Summary
GrandTotalValues()
           
 
Method Summary
 boolean equals(Object o)
           
 String toString()
           
 
Methods inherited from class com.jidesoft.pivot.DefaultValues
getCount, getValueAt, hashCode, toCompoundKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrandTotalValues

public GrandTotalValues()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class DefaultValues

toString

public String toString()
Overrides:
toString in class DefaultValues

JIDE 3.5.15