jbpm-form-modeler-api 6.2.0.Beta1

org.jbpm.formModeler.api.model.wrappers
Class I18nEntryImpl

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.jbpm.formModeler.api.model.wrappers.I18nEntryImpl
All Implemented Interfaces:
Serializable, Map, Map.Entry, I18nEntry

public class I18nEntryImpl
extends AbstractMap
implements Serializable, I18nEntry

Implementation of I18nEntry

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
I18nEntryImpl(String lng, Object val)
           
 
Method Summary
 Set entrySet()
           
 Object getKey()
           
 String getLang()
           
 Object getValue()
           
 void setLang(String s)
           
 Object setValue(Object s)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

I18nEntryImpl

public I18nEntryImpl(String lng,
                     Object val)
Method Detail

getLang

public String getLang()
Specified by:
getLang in interface I18nEntry

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry
Specified by:
getValue in interface I18nEntry

setLang

public void setLang(String s)
Specified by:
setLang in interface I18nEntry

setValue

public Object setValue(Object s)
Specified by:
setValue in interface Map.Entry
Specified by:
setValue in interface I18nEntry

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Specified by:
entrySet in class AbstractMap

jbpm-form-modeler-api 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.