org.gcube.data.analysis.tabulardata.model.metadata.common
Class LocalizedText

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.model.metadata.common.LocalizedText
All Implemented Interfaces:
Serializable

public class LocalizedText
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LocalizedText(String value)
           
LocalizedText(String value, Locale locale)
           
LocalizedText(String value, String localeCode)
           
 
Method Summary
 boolean equals(Object obj)
           
 Locale getLocale()
           
 String getLocaleCode()
           
 String getValue()
           
 int hashCode()
           
 void setLocale(Locale locale)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalizedText

public LocalizedText(String value)

LocalizedText

public LocalizedText(String value,
                     Locale locale)

LocalizedText

public LocalizedText(String value,
                     String localeCode)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getLocale

public Locale getLocale()

setLocale

public void setLocale(Locale locale)

getLocaleCode

public String getLocaleCode()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.