nl.surfnet.coin.csa.model
Class MultilingualString

java.lang.Object
  extended by nl.surfnet.coin.shared.domain.DomainObject
      extended by nl.surfnet.coin.csa.model.MultilingualString
All Implemented Interfaces:
Serializable

public class MultilingualString
extends nl.surfnet.coin.shared.domain.DomainObject

See Also:
Serialized Form

Field Summary
static Locale defaultLocale
           
 
Constructor Summary
MultilingualString()
           
 
Method Summary
 void addValue(Locale locale, String value)
           
 List<LocalizedString> getAllowedLocalizedStrings()
           
 Map<String,LocalizedString> getLocalizedStrings()
           
 String getValue()
           
 void setLocalizedStrings(Map<String,LocalizedString> localizedStrings)
           
 void setValue(String value)
           
 
Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

defaultLocale

public static final Locale defaultLocale
Constructor Detail

MultilingualString

public MultilingualString()
Method Detail

getLocalizedStrings

public Map<String,LocalizedString> getLocalizedStrings()

getAllowedLocalizedStrings

public List<LocalizedString> getAllowedLocalizedStrings()

setLocalizedStrings

public void setLocalizedStrings(Map<String,LocalizedString> localizedStrings)

addValue

public void addValue(Locale locale,
                     String value)

setValue

public void setValue(String value)

getValue

public String getValue()


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.