this.locale = locale; this.url = url;
if (this.locale == null) { this.locale = ""; } return this.locale;
if (this.url == null) { this.url = ""; } return this.url;
toStringBuffer.append("LocalizedContent: "); toStringBuffer.append(" locale: ").append(locale); toStringBuffer.append(" url: ").append(url);
this.locale = locale;
this.url = url;