public class InfoItem<V> extends Object implements Map.Entry<String,V>, Serializable
| Constructor and Description | 
|---|
InfoItem(String key,
        V value)  | 
InfoItem(String key,
        V value,
        boolean useI18n)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getKey()  | 
V | 
getValue()  | 
boolean | 
isUseI18n()  | 
void | 
setKey(String key)  | 
void | 
setUseI18n(boolean useI18n)  | 
V | 
setValue(V value)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic void setKey(String key)
public boolean isUseI18n()
public void setUseI18n(boolean useI18n)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.