Class EntitlementPropertyFilter
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- be.personify.util.properties.provider.EntitlementPropertyFilter
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
public class EntitlementPropertyFilter 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 StringKEY_ENTITLEMENT_CODEstatic StringKEY_IDENTITY_CODEstatic StringKEY_ORGANISATION_CODE
-
Constructor Summary
Constructors Constructor Description EntitlementPropertyFilter()
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Field Detail
-
KEY_ORGANISATION_CODE
public static final String KEY_ORGANISATION_CODE
- See Also:
- Constant Field Values
-
KEY_IDENTITY_CODE
public static final String KEY_IDENTITY_CODE
- See Also:
- Constant Field Values
-
KEY_ENTITLEMENT_CODE
public static final String KEY_ENTITLEMENT_CODE
- See Also:
- Constant Field Values
-
-