public class ErrorLogSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<NetworkVO,ErrorLogSearchData> |
NETWORKS |
static PageProperty<ErrorLogVO,ErrorLogSearchData> |
RESULTS |
| Constructor and Description |
|---|
ErrorLogSearchData() |
ErrorLogSearchData(Property<T,? super ErrorLogSearchData> 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<ErrorLogVO> |
getResults() |
void |
setNetworks(java.util.List<NetworkVO> networks) |
void |
setResults(Page<ErrorLogVO> 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,ErrorLogSearchData> NETWORKS
public static final PageProperty<ErrorLogVO,ErrorLogSearchData> RESULTS
public ErrorLogSearchData()
public ErrorLogSearchData(Property<T,? super ErrorLogSearchData> 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<ErrorLogVO> getResults()
public void setResults(Page<ErrorLogVO> results)