/* * standard constructor */
super(other); locale = other.locale; encoding = other.encoding;
returnthe encoding return encoding;
return encoding;
returnthe locale return locale;
return locale;
returna string describing the values I hold toStringBuffer.append("\nProp : ").append(getLocale()).append("->").append(locale);
toStringBuffer.append("\nProp : ").append(getLocale()).append("->").append(locale);
set the encoding encoding = value;
encoding = value;
set the locale locale = value;
locale = value;