| java.lang.Object org.apache.ws.scout.registry.infomodel.LocalizedStringImpl
LocalizedStringImpl | public class LocalizedStringImpl implements LocalizedString(Code) | | Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
author: Anil Saldhana |
LocalizedStringImpl | public LocalizedStringImpl()(Code) | | |
LocalizedStringImpl | public LocalizedStringImpl(Locale locale, String value, String charsetName)(Code) | | Constuctor for a LocalizedString.
Parameters: locale - the locale; must not be null Parameters: value - the value; may be null Parameters: charsetName - the charset; must not be null |
equals | public boolean equals(Object o)(Code) | | There is a spec ambiguity here as it does not define how equals is determined for LocalizedString
but they are intended to be used in Collections.
We define it as locale, charsetName and value being equal.
Parameters: o - the other object true if they are equal |
hashCode | public int hashCode()(Code) | | |
setCharsetName | public void setCharsetName(String charsetName)(Code) | | |
|
|