Class IntField
- java.lang.Object
- 
- simpleorm.dataset.SFieldMeta
- 
- simpleorm.dataset.SFieldScalar
- 
- simpleorm.dataset.SFieldInteger
- 
- com.inductiveautomation.ignition.gateway.localdb.persistence.IntField
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class IntField extends SFieldInteger - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class simpleorm.dataset.SFieldScalarsqlDataTypeOverride, theGenerator
 - 
Fields inherited from class simpleorm.dataset.SFieldMetaquoteName
 
- 
 - 
Constructor SummaryConstructors Constructor Description IntField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntFieldaddValidator(org.apache.wicket.validation.IValidator wicketValidator)java.lang.IntegergetDefault()FormMetagetFormMeta()IntFieldsetDefault(java.lang.Integer value)IntFieldsetIndexed(boolean value)- 
Methods inherited from class simpleorm.dataset.SFieldIntegerconvertToDataSetFieldType, defaultSqlDataType, isFKeyCompatible, javaSqlType, queryFieldValue
 - 
Methods inherited from class simpleorm.dataset.SFieldScalargetColumnName, getGeneratorMode, getGeneratorParameter, getMaxSize, getReferences, getTheGenerator, isForeignKey, isGenerated, isMandatory, isNotOptimisticLocked, isPrimary, overrideSqlDataType, setGeneratorMode, setMaxSize, setTheGenerator, toLongerString
 - 
Methods inherited from class simpleorm.dataset.SFieldMetaaddFlag, addValidator, doValidate, equals, getFieldName, getFlags, getRecordMeta, getUserProperties, getUserProperty, getValidators, hashCode, isDescriptive, isUnqueried, nextGeneratedValue, putUserProperty, readResolve, setQuoted, toString, writeFieldValue, writeFieldValue
 
- 
 
- 
- 
- 
Constructor Detail- 
IntFieldpublic IntField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals) 
 
- 
 - 
Method Detail- 
getFormMetapublic FormMeta getFormMeta() 
 - 
setDefaultpublic IntField setDefault(java.lang.Integer value) 
 - 
getDefaultpublic java.lang.Integer getDefault() 
 - 
setIndexedpublic IntField setIndexed(boolean value) 
 - 
addValidatorpublic IntField addValidator(org.apache.wicket.validation.IValidator wicketValidator) 
 
- 
 
-