com.groiss.reporting.data
Interface AggregateValue


public interface AggregateValue

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


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

Method Detail

compareKey

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

Parameters:
o - the object
Returns:
0 if its the same key

aggregate

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

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


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.