Class SimpleStateKey<T>
java.lang.Object
com.kingsrook.qqq.backend.core.state.AbstractStateKey
com.kingsrook.qqq.backend.core.state.SimpleStateKey<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Require all state keys to implement the equals methodGetter for startTimeMake the key give a unique string to identify itself.int
hashCode()
Require all state keys to implement the hashCode methodtoString()
Require all state keys to implement the toString method
-
Constructor Details
-
SimpleStateKey
Constructor.
-
-
Method Details
-
toString
Description copied from class:AbstractStateKey
Require all state keys to implement the toString method- Specified by:
toString
in classAbstractStateKey
-
getUniqueIdentifier
Make the key give a unique string to identify itself.- Specified by:
getUniqueIdentifier
in classAbstractStateKey
-
equals
Description copied from class:AbstractStateKey
Require all state keys to implement the equals method- Specified by:
equals
in classAbstractStateKey
-
hashCode
public int hashCode()Description copied from class:AbstractStateKey
Require all state keys to implement the hashCode method- Specified by:
hashCode
in classAbstractStateKey
-
getStartTime
Getter for startTime- Specified by:
getStartTime
in classAbstractStateKey
-