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.SFieldScalar
sqlDataTypeOverride, theGenerator 
- 
Fields inherited from class simpleorm.dataset.SFieldMeta
quoteName 
 - 
 
- 
Constructor Summary
Constructors Constructor Description IntField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals) 
- 
Method Summary
All 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.SFieldInteger
convertToDataSetFieldType, defaultSqlDataType, isFKeyCompatible, javaSqlType, queryFieldValue 
- 
Methods inherited from class simpleorm.dataset.SFieldScalar
getColumnName, getGeneratorMode, getGeneratorParameter, getMaxSize, getReferences, getTheGenerator, isForeignKey, isGenerated, isMandatory, isNotOptimisticLocked, isPrimary, overrideSqlDataType, setGeneratorMode, setMaxSize, setTheGenerator, toLongerString 
- 
Methods inherited from class simpleorm.dataset.SFieldMeta
addFlag, addValidator, doValidate, equals, getFieldName, getFlags, getRecordMeta, getUserProperties, getUserProperty, getValidators, hashCode, isDescriptive, isUnqueried, nextGeneratedValue, putUserProperty, readResolve, setQuoted, toString, writeFieldValue, writeFieldValue 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
IntField
public IntField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals)
 
 - 
 
- 
Method Detail
- 
getFormMeta
public FormMeta getFormMeta()
 
- 
setDefault
public IntField setDefault(java.lang.Integer value)
 
- 
getDefault
public java.lang.Integer getDefault()
 
- 
setIndexed
public IntField setIndexed(boolean value)
 
- 
addValidator
public IntField addValidator(org.apache.wicket.validation.IValidator wicketValidator)
 
 - 
 
 -