Package io.datarouter.model.key
Class BaseKey<K extends Key<K>>
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
- Direct Known Subclasses:
BaseBooleanKey,BaseIntegerKey,BaseLongKey,BaseStringKey,BaseUniqueKey
public abstract class BaseKey<K extends Key<K>> extends BaseFieldSet<K> implements Key<K>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME -
Constructor Summary
Constructors Constructor Description BaseKey() -
Method Summary
Methods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.datarouter.model.field.FieldSet
getFieldNames, getFields, getFieldValue, getFieldValues
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
BaseKey
public BaseKey()
-