Class AbstractStateKey
java.lang.Object
com.kingsrook.qqq.backend.core.state.AbstractStateKey
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SimpleStateKey,UUIDAndTypeStateKey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanRequire all state keys to implement the equals methodabstract InstantRequire all state keys to implement the getStartTime methodabstract StringMake the key give a unique string to identify itself.abstract inthashCode()Require all state keys to implement the hashCode methodabstract StringtoString()Require all state keys to implement the toString method
-
Constructor Details
-
AbstractStateKey
public AbstractStateKey()
-
-
Method Details
-
getUniqueIdentifier
Make the key give a unique string to identify itself. -
equals
-
hashCode
-
toString
-
getStartTime
Require all state keys to implement the getStartTime method
-