Class BaseStateEntity

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, StateEntity

public class BaseStateEntity extends HashMap<String,Object> implements 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: