Class IntegerFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<Integer,IntegerFieldKey>
io.datarouter.model.field.imp.comparable.IntegerFieldKey
public class IntegerFieldKey extends PrimitiveFieldKey<Integer,IntegerFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description IntegerFieldKey(String name) -
Method Summary
Modifier and Type Method Description IntegerFieldcreateValueField(Integer value)IntegergenerateRandomValue()IntegerFieldKeywithColumnName(String columnNameOverride)IntegerFieldKeywithFieldGeneratorType(FieldGeneratorType fieldGeneratorTypeOverride)Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isCollection, isFixedLength, isNullable, toString, with
-
Constructor Details
-
Method Details
-
withFieldGeneratorType
-
generateRandomValue
- Specified by:
generateRandomValuein interfaceFieldKey<Integer>- Overrides:
generateRandomValuein classBaseFieldKey<Integer,IntegerFieldKey>
-
withColumnName
-
createValueField
-