this.app = app; this.name = name; this.method = method;
return this.app;
return this.method;
return this.name;
return getClass().hashCode();
return getApplication() + ":" + getName() + "." + getMethod();