Class LongField
- java.lang.Object
- 
- simpleorm.dataset.SFieldMeta
- 
- simpleorm.dataset.SFieldScalar
- 
- simpleorm.dataset.SFieldLong
- 
- com.inductiveautomation.ignition.gateway.localdb.persistence.LongField
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LongField extends SFieldLong - 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 LongField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LongFieldaddValidator(org.apache.wicket.validation.IValidator wicketValidator)java.lang.LonggetDefault()FormMetagetFormMeta()LongFieldsetDefault(java.lang.Long value)LongFieldsetIndexed(boolean value)- 
Methods inherited from class simpleorm.dataset.SFieldLongconvertToDataSetFieldType, 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- 
LongFieldpublic LongField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals) 
 
- 
 - 
Method Detail- 
getFormMetapublic FormMeta getFormMeta() 
 - 
setDefaultpublic LongField setDefault(java.lang.Long value) 
 - 
getDefaultpublic java.lang.Long getDefault() 
 - 
setIndexedpublic LongField setIndexed(boolean value) 
 - 
addValidatorpublic LongField addValidator(org.apache.wicket.validation.IValidator wicketValidator) 
 
- 
 
-