Package loggerForms
Class FormsTableItem
java.lang.Object
generalDatabase.PamTableItem
loggerForms.FormsTableItem
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorDescriptionFormsTableItem
(ControlDescription controlDescription, String name, int sqlType) FormsTableItem
(ControlDescription controlDescription, String name, int sqlType, int length) FormsTableItem
(ControlDescription controlDescription, String name, int sqlType, int length, boolean required) -
Method Summary
Methods inherited from class generalDatabase.PamTableItem
findTableItem, getBooleanValue, getCrossReferenceItem, getDeblankedStringValue, getDescription, getDoubleValue, getFloatValue, getIntegerObject, getIntegerValue, getLength, getLongObject, getLongValue, getName, getNameWithBlanks, getPackedValue, getShortValue, getSqlType, getStringValue, getValue, isCounter, isPrimaryKey, isRequired, setCounter, setCrossReferenceItem, setCrossReferenceItem, setDescription, setLength, setName, setPrimaryKey, setRequired, setSqlType, setValue
-
Constructor Details
-
FormsTableItem
public FormsTableItem(ControlDescription controlDescription, String name, int sqlType, int length, boolean required) -
FormsTableItem
-
FormsTableItem
-
-
Method Details
-
getControlDescription
- Returns:
- the controlDescription
-