Class AbstractStateKey

java.lang.Object
com.kingsrook.qqq.backend.core.state.AbstractStateKey
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SimpleStateKey, UUIDAndTypeStateKey

public abstract class AbstractStateKey extends Object implements Serializable
See Also:
  • Constructor Details

    • AbstractStateKey

      public AbstractStateKey()
  • Method Details

    • getUniqueIdentifier

      public abstract String getUniqueIdentifier()
      Make the key give a unique string to identify itself.
    • equals

      public abstract boolean equals(Object that)
      Require all state keys to implement the equals method
      Overrides:
      equals in class Object
    • hashCode

      public abstract int hashCode()
      Require all state keys to implement the hashCode method
      Overrides:
      hashCode in class Object
    • toString

      public abstract String toString()
      Require all state keys to implement the toString method
      Overrides:
      toString in class Object
    • getStartTime

      public abstract Instant getStartTime()
      Require all state keys to implement the getStartTime method