nf = NumberFormat.getNumberInstance(); nf.setMaximumFractionDigits(2); this.url = url; this.title = summary; this.score = score;
return score;
return nf.format(getScore());
return title;
return url;