return subject.indexOf(s) != -1 || message.indexOf(s) != -1;
Get Date return date;
return date;
Get Filename (aka title) return fileName;
return fileName;
Get From return from;
return from;
Get Message return message;
return message;
Get Subject return subject;
return subject;
Get URL return theURL;
return theURL;
Set Date this.date = date;
this.date = date;
Set Filename this.fileName = fileName;
this.fileName = fileName;
Set From this.from = from;
this.from = from;
Set Message this.message = message;
this.message = message;
Set Subject this.subject = subject;
this.subject = subject;
Set URL this.theURL = aURL;
this.theURL = aURL;
return new StringBuffer("NewsArticle[").append(from).append('/").append(subject).append(']").toString();