Package loggerForms
Class ItemDescription
java.lang.Object
loggerForms.ItemDescription
- Direct Known Subclasses:
ControlDescription
,PropertyDescription
-
Constructor Summary
ConstructorDescriptionItemDescription
(FormDescription formDescription, ItemInformation itemInformation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add one to the item error count.Return the database title.getHint()
getId()
int
To be used by control Description for to check necessary fields existint
getOrder()
getPlot()
getTitle()
getTopic()
getType()
void
setAutoUpdate
(Integer autoUpdate) void
setItemErrors
(int itemErrors) void
-
Constructor Details
-
ItemDescription
-
-
Method Details
-
getItemInformation
- Returns:
- the itemInformation
-
setItemErrors
public void setItemErrors(int itemErrors) - Parameters:
itemErrors
- the itemErrors to set
-
addItemError
public void addItemError()Add one to the item error count. -
getItemErrors
public int getItemErrors()- Returns:
- the itemErrors
-
getItemWarning
To be used by control Description for to check necessary fields exist- Returns:
- null if ok otherwise warning string
-
getId
- Returns:
- the id
-
getOrder
- Returns:
- the order
-
getType
- Returns:
- the type
-
getTitle
- Returns:
- the title
-
getPostTitle
- Returns:
- the postTitle
-
getNumDBColumns
public int getNumDBColumns() -
getDbTitle
Return the database title. It's perfectly acceptable for this not to have been filled in in which case return the main title of the control. If that is also null, then it will cause an error.- Returns:
- the dbTitle
-
getLength
- Returns:
- the length
-
getTopic
- Returns:
- the topic
-
getNmeaModule
- Returns:
- the nmeaString
-
getNmeaString
- Returns:
- the nmeaString
-
getNmeaPosition
- Returns:
- the nmeaPosition
-
getRequired
- Returns:
- the required
-
getAutoUpdate
- Returns:
- the autoUpdate
-
setAutoUpdate
- Parameters:
the
- autoUpdate
-
getAutoclear
- Returns:
- the autoclear
-
getForceGps
- Returns:
- the forceGps
-
getHint
- Returns:
- the hint
-
getAdcChannel
- Returns:
- the adcChannel
-
getAdcGain
- Returns:
- the adcGain
-
getAnalogueMultiply
- Returns:
- the analogueMultiply
-
getAnalogueAdd
- Returns:
- the analogueAdd
-
getPlot
- Returns:
- the plot
-
getHeight
- Returns:
- the height
-
getColour
- Returns:
- the colour
-
getMinValue
- Returns:
- the minValue
-
getMaxValue
- Returns:
- the maxValue
-
getReadOnly
- Returns:
- the readOnly
-
getSendControlName
- Returns:
- the sendControlName
-
getControlOnSubform
- Returns:
- the controlOnSubform
-
getGetControlData
- Returns:
- the getControlData
-
getDefaultValue
- Returns:
- the defaultField
-
setLength
- Parameters:
length
- the length to set
-
getFormDescription
- Returns:
- the motherFormDescription
-