global class ReportCurrency { global Object clone() { } global Decimal getAmount() { } global String getCurrencyCode() { } global String toString() { } }