public class SystemAlertSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<NetworkVO,SystemAlertSearchData> |
NETWORKS |
static PageProperty<SystemAlertVO,SystemAlertSearchData> |
RESULTS |
| Constructor and Description |
|---|
SystemAlertSearchData() |
SystemAlertSearchData(Property<T,? super SystemAlertSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<NetworkVO> |
getNetworks() |
Page<SystemAlertVO> |
getResults() |
void |
setNetworks(java.util.List<NetworkVO> networks) |
void |
setResults(Page<SystemAlertVO> results) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<NetworkVO,SystemAlertSearchData> NETWORKS
public static final PageProperty<SystemAlertVO,SystemAlertSearchData> RESULTS
public SystemAlertSearchData()
public SystemAlertSearchData(Property<T,? super SystemAlertSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<NetworkVO> getNetworks()
public void setNetworks(java.util.List<NetworkVO> networks)
public Page<SystemAlertVO> getResults()
public void setResults(Page<SystemAlertVO> results)