Package io.datarouter.model.key.base
Class BaseIntegerKey<K extends Key<K>>
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.base.BaseIntegerKey<K>
public abstract class BaseIntegerKey<K extends Key<K>> extends BaseKey<K>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integerid -
Constructor Summary
Constructors Constructor Description BaseIntegerKey(java.lang.Integer id) -
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
-
id
protected java.lang.Integer id
-
-
Constructor Details
-
BaseIntegerKey
public BaseIntegerKey(java.lang.Integer id)
-
-
Method Details