Interface ILookupType

All Superinterfaces:
XmlString
All Known Implementing Classes:
JDomLookupTypeImpl

public interface ILookupType extends XmlString
The Interface LookupType. These objects represent entries in the various AT_LU_XXXX tables. The objects contain three fields: active, tooltip and display value.
  • Method Details

    • getOfficeId

      String getOfficeId()
    • setOfficeId

      void setOfficeId(String officeId)
    • getActive

      boolean getActive()
      Gets the active.
      Returns:
      the active
    • getActiveString

      String getActiveString()
    • getDisplayValue

      String getDisplayValue()
      Gets the display value.
      Returns:
      the display value
    • getTooltip

      String getTooltip()
      Gets the tooltip.
      Returns:
      the tooltip
    • setActive

      void setActive(boolean active)
      Sets the active.
      Parameters:
      active - the new active
    • setActiveString

      void setActiveString(String active)
    • setDisplayValue

      void setDisplayValue(String displayValue)
      Sets the display value.
      Parameters:
      displayValue - the new display value
    • setTooltip

      void setTooltip(String tooltip)
      Sets the tooltip.
      Parameters:
      tooltip - the new tooltip
    • isValid

      boolean isValid()