Class SubstitutorMessagesMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- org.gcube.application.cms.notifications.substitutor.SubstitutorMessagesMap
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
public class SubstitutorMessagesMap extends HashMap<String,String>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringGIS_LINKstatic StringPROJECT_IDstatic StringPROJECT_NAMEstatic StringUSER
-
Constructor Summary
Constructors Constructor Description SubstitutorMessagesMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGisLink()Stringput(String key, String value)StringputGisLink(String gisLink)StringputProjectId(String projectId)StringputProjectName(String projectName)StringputUser(String username)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Field Detail
-
PROJECT_ID
public static final String PROJECT_ID
- See Also:
- Constant Field Values
-
GIS_LINK
public static final String GIS_LINK
- See Also:
- Constant Field Values
-
PROJECT_NAME
public static final String PROJECT_NAME
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
-