Class ShortFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.lang.Short,ShortFieldKey>
io.datarouter.model.field.imp.comparable.ShortFieldKey
- All Implemented Interfaces:
FieldKey<java.lang.Short>
public class ShortFieldKey extends PrimitiveFieldKey<java.lang.Short,ShortFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description ShortFieldKey(java.lang.String name) -
Method Summary
Modifier and Type Method Description ShortFieldcreateValueField(java.lang.Short value)Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, generateRandomValue, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isCollection, isFixedLength, isNullable, toString, with
-
Constructor Details
-
ShortFieldKey
public ShortFieldKey(java.lang.String name)
-
-
Method Details