public class AlertSet extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
AlertSet() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Alert> |
getAlert()
Description:
Defines an additional data point that needs to be highlighted with a separate symbol, such as an error or warning.
|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
java.lang.String |
getTagName() |
void |
setAlert(java.util.List<Alert> alert)
Description:
Defines an additional data point that needs to be highlighted with a separate symbol, such as an error or warning.
|
void |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the value of the id attribute of the Tag this class represents.public java.util.List<Alert> getAlert()
public void setAlert(java.util.List<Alert> alert)
alert
- a list of Alert objects.