global class AggregateColumn { global Object clone() { } global String getAcrossGroupingContext() { } global reports.ColumnDataType getDataType() { } global String getDownGroupingContext() { } global String getLabel() { } global String getName() { } global String toString() { } }