// // ----------> GENERATED FILE - DON'T TOUCH! <---------- package scrum.client.collaboration; public abstract class GUsersStatus { protected static ilarkesto.core.logging.Log log = ilarkesto.core.logging.Log.get(UsersStatus.class); protected scrum.client.ScrumGwtApplication app; protected scrum.client.admin.Auth auth; protected scrum.client.project.Project project; @Override public String toString() { return "UsersStatus"; } }