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 boolean
Require all state keys to implement the equals methodabstract Instant
Require all state keys to implement the getStartTime methodabstract String
Make the key give a unique string to identify itself.abstract int
hashCode()
Require all state keys to implement the hashCode methodabstract String
toString()
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
-