Class BaseEntityKey<EK extends EntityKey<EK>>
java.lang.Object
io.datarouter.model.field.BaseFieldSet<EK>
io.datarouter.model.key.entity.base.BaseEntityKey<EK>
- All Implemented Interfaces:
FieldSet<EK>,EntityKey<EK>,Key<EK>,Fielder<EK>,Comparable<FieldSet<EK>>
public abstract class BaseEntityKey<EK extends EntityKey<EK>> extends BaseFieldSet<EK> implements EntityKey<EK>
-
Constructor Summary
Constructors Constructor Description BaseEntityKey() -
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
-
Constructor Details
-
BaseEntityKey
public BaseEntityKey()
-