|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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(Object o)
Mehthod which aggregates the Object with the Object o |
int |
compareKey(Object o)
Compare the key of this Aggregate Value, returns 0 if its the same key. |
| Method Detail |
|---|
int compareKey(Object o)
o - the object
void aggregate(Object o)
o - tho object which is aggregated with this object
The value of this object has to be set to the aggregated value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||