super(app,method.getDeclaringClass().getName(), method.toString());
if(obj == this) return true; if ((obj == null) || (obj.getClass() != getClass())) return false; Resource r = (Resource) obj; return getApplication().equals(r.getApplication()) && getMethod().equals(r.getMethod()) && getName().equals(r.getName());
return equals(resource);