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
Fields -
Constructor Summary
Constructors -
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, valuesMethods 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:
setCurrentStatein interfaceStateEntity- See Also:
-
getCurrentState
- Specified by:
getCurrentStatein interfaceStateEntity- See Also:
-