Interface StateEntity

All Known Subinterfaces:
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 Details

    • setCurrentState

      void setCurrentState(State currentState)
    • getCurrentState

      State getCurrentState()