Package org.chenile.stm.model
Class BaseStateEntity
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
,Object> StateEntity
- Author:
- raja Provides a state entity interface. Can be used for other classes whose state needs to be managed by the STM
- See Also:
-
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
-
Constructor Summary
-
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 Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
currentState
-
-
Constructor Details
-
BaseStateEntity
public BaseStateEntity()
-
-
Method Details
-
setCurrentState
- Specified by:
setCurrentState
in interfaceStateEntity
- See Also:
-
getCurrentState
- Specified by:
getCurrentState
in interfaceStateEntity
- See Also:
-