global class Usergroup.Prefs { global Usergroup.Prefs() { } global Object clone() { } global List getChannels() { } global List getGroups() { } global void setChannels(List channels) { } global void setGroups(List groups) { } }