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 TypeMethodDescriptionbooleanRequire all state keys to implement the equals methodGetter for startTimeMake the key give a unique string to identify itself.inthashCode()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:AbstractStateKeyRequire all state keys to implement the toString method- Specified by:
toStringin classAbstractStateKey
-
getUniqueIdentifier
Make the key give a unique string to identify itself.- Specified by:
getUniqueIdentifierin classAbstractStateKey
-
equals
Description copied from class:AbstractStateKeyRequire all state keys to implement the equals method- Specified by:
equalsin classAbstractStateKey
-
hashCode
public int hashCode()Description copied from class:AbstractStateKeyRequire all state keys to implement the hashCode method- Specified by:
hashCodein classAbstractStateKey
-
getStartTime
Getter for startTime- Specified by:
getStartTimein classAbstractStateKey
-