returnReturns the folder. return folder;
return folder;
returnReturns the id. return id;
return id;
returnReturns the name. return name;
return name;
returnReturns the owner. return owner;
return owner;
returnReturns the summary. return summary;
return summary;
returnReturns the text. return text;
return text;
returnReturns the upperCaseName. return upperCaseName;
return upperCaseName;
paramfolder The folder to set. this.folder = folder;
this.folder = folder;
paramid The id to set. this.id = id;
this.id = id;
paramname The name to set. this.name = name;
this.name = name;
paramowner The owner to set. this.owner = owner;
this.owner = owner;
paramsummary The summary to set. this.summary = summary;
this.summary = summary;
paramtext The text to set. this.text = text;
this.text = text;
paramupperCaseName The upperCaseName to set. this.upperCaseName = upperCaseName;
this.upperCaseName = upperCaseName;
if ( !newText.equals(text) ) { this.text = newText; lastTextModification = new Date(); }