Package org.chenile.stm
Interface StateEntity
- All Known Subinterfaces:
ActivityEnabledStateEntity,ExtendedStateEntity
- All Known Implementing Classes:
AbstractExtendedStateEntity,AbstractJpaStateEntity,BaseStateEntity
public interface StateEntity
Every entity that has a state that should be tracked must implement this interface.
- Author:
- Raja Shankar Kolluru
-
Method Summary
-
Method Details
-
setCurrentState
-
getCurrentState
State getCurrentState()
-