Package loggerForms

Class ItemDescription

java.lang.Object
loggerForms.ItemDescription
Direct Known Subclasses:
ControlDescription, PropertyDescription

public abstract class ItemDescription extends Object
  • Constructor Details Link icon

  • Method Details Link icon

    • getItemInformation Link icon

      public ItemInformation getItemInformation()
      Returns:
      the itemInformation
    • setItemErrors Link icon

      public void setItemErrors(int itemErrors)
      Parameters:
      itemErrors - the itemErrors to set
    • addItemError Link icon

      public void addItemError()
      Add one to the item error count.
    • getItemErrors Link icon

      public int getItemErrors()
      Returns:
      the itemErrors
    • getItemWarning Link icon

      public String getItemWarning()
      To be used by control Description for to check necessary fields exist
      Returns:
      null if ok otherwise warning string
    • getId Link icon

      public Integer getId()
      Returns:
      the id
    • getOrder Link icon

      public Integer getOrder()
      Returns:
      the order
    • getType Link icon

      public String getType()
      Returns:
      the type
    • getTitle Link icon

      public String getTitle()
      Returns:
      the title
    • getPostTitle Link icon

      public String getPostTitle()
      Returns:
      the postTitle
    • getNumDBColumns Link icon

      public int getNumDBColumns()
    • getDbTitle Link icon

      public String 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 Link icon

      public Integer getLength()
      Returns:
      the length
    • getTopic Link icon

      public String getTopic()
      Returns:
      the topic
    • getNmeaModule Link icon

      public String getNmeaModule()
      Returns:
      the nmeaString
    • getNmeaString Link icon

      public String getNmeaString()
      Returns:
      the nmeaString
    • getNmeaPosition Link icon

      public Integer getNmeaPosition()
      Returns:
      the nmeaPosition
    • getRequired Link icon

      public Boolean getRequired()
      Returns:
      the required
    • getAutoUpdate Link icon

      public Integer getAutoUpdate()
      Returns:
      the autoUpdate
    • setAutoUpdate Link icon

      public void setAutoUpdate(Integer autoUpdate)
      Parameters:
      the - autoUpdate
    • getAutoclear Link icon

      public Boolean getAutoclear()
      Returns:
      the autoclear
    • getForceGps Link icon

      public Boolean getForceGps()
      Returns:
      the forceGps
    • getHint Link icon

      public String getHint()
      Returns:
      the hint
    • getAdcChannel Link icon

      public Integer getAdcChannel()
      Returns:
      the adcChannel
    • getAdcGain Link icon

      public Integer getAdcGain()
      Returns:
      the adcGain
    • getAnalogueMultiply Link icon

      public Float getAnalogueMultiply()
      Returns:
      the analogueMultiply
    • getAnalogueAdd Link icon

      public Float getAnalogueAdd()
      Returns:
      the analogueAdd
    • getPlot Link icon

      public Boolean getPlot()
      Returns:
      the plot
    • getHeight Link icon

      public Integer getHeight()
      Returns:
      the height
    • getColour Link icon

      public String getColour()
      Returns:
      the colour
    • getMinValue Link icon

      public Float getMinValue()
      Returns:
      the minValue
    • getMaxValue Link icon

      public Float getMaxValue()
      Returns:
      the maxValue
    • getReadOnly Link icon

      public Boolean getReadOnly()
      Returns:
      the readOnly
    • getSendControlName Link icon

      public String getSendControlName()
      Returns:
      the sendControlName
    • getControlOnSubform Link icon

      public String getControlOnSubform()
      Returns:
      the controlOnSubform
    • getGetControlData Link icon

      public String getGetControlData()
      Returns:
      the getControlData
    • getDefaultValue Link icon

      public String getDefaultValue()
      Returns:
      the defaultField
    • setLength Link icon

      public void setLength(Integer length)
      Parameters:
      length - the length to set
    • getFormDescription Link icon

      public FormDescription getFormDescription()
      Returns:
      the motherFormDescription