global class OrgLimit { global Object clone() { } global Integer getLimit() { } global String getName() { } global Integer getValue() { } global String toString() { } }