com.groiss.reporting.data
Interface AggregateValue


public interface AggregateValue

Implementing this Inteface, several result set tuples are aggregated to one entry in tablemodel. (for example step data)

Author:
gerald

Method Summary
 void aggregate(java.lang.Object o, int aggrType)
          Mehthod which aggregates the Object with the Object o
 boolean compareKey(java.lang.Object o)
          Compare the key of this Aggregate Value, returns true if its the same key.
 

Method Detail

compareKey

boolean compareKey(java.lang.Object o)
Compare the key of this Aggregate Value, returns true if its the same key.

Parameters:
o - the object
Returns:

aggregate

void aggregate(java.lang.Object o,
               int aggrType)
Mehthod which aggregates the Object with the Object o

Parameters:
o - tho object which is aggregated with this object
aggrType - the aggreggation type.. The value of this object has to be set to the aggregated value


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.