be.fgov.ehealth.technicalconnector.ra.domain
Class LocalizedString

java.lang.Object
  extended by be.fgov.ehealth.technicalconnector.ra.domain.LocalizedString
All Implemented Interfaces:
Serializable

public final class LocalizedString
extends Object
implements Serializable

Represents a text in a given language.

See Also:
Serialized Form

Nested Class Summary
static class LocalizedString.Builder
          LocalizedString builder static inner class.
 
Constructor Summary
LocalizedString()
           
 
Method Summary
 boolean equals(Object o)
           
 String getLang()
           
 String getValue()
           
 int hashCode()
           
static LocalizedString.Builder newBuilder()
           
 void setLang(String lang)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedString

public LocalizedString()
Method Detail

setValue

public void setValue(String value)

setLang

public void setLang(String lang)

newBuilder

public static LocalizedString.Builder newBuilder()

getValue

public String getValue()

getLang

public String getLang()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object



Connector Packaging TECHNICAL 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.