Package hec.data.lookup
Interface ILookupType
- All Superinterfaces:
XmlString
- All Known Implementing Classes:
JDomLookupTypeImpl
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 Summary
Modifier and TypeMethodDescriptionboolean
Gets the active.Gets the display value.Gets the tooltip.boolean
isValid()
void
setActive
(boolean active) Sets the active.void
setActiveString
(String active) void
setDisplayValue
(String displayValue) Sets the display value.void
setOfficeId
(String officeId) void
setTooltip
(String tooltip) Sets the tooltip.Methods inherited from interface hec.data.XmlString
toXmlString
-
Method Details
-
getOfficeId
String getOfficeId() -
setOfficeId
-
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
-
setDisplayValue
Sets the display value.- Parameters:
displayValue
- the new display value
-
setTooltip
Sets the tooltip.- Parameters:
tooltip
- the new tooltip
-
isValid
boolean isValid()
-