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 TypeMethodDescriptionbooleanGets the active.Gets the display value.Gets the tooltip.booleanisValid()voidsetActive(boolean active) Sets the active.voidsetActiveString(String active) voidsetDisplayValue(String displayValue) Sets the display value.voidsetOfficeId(String officeId) voidsetTooltip(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()
-