public class ErrorLogSearchData extends SearchData<ErrorLogQuery>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<NetworkVO,ErrorLogSearchData> |
NETWORKS |
QUERY| 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() |
void |
setNetworks(java.util.List<NetworkVO> networks) |
getQuery, setQueryaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<NetworkVO,ErrorLogSearchData> NETWORKS
public ErrorLogSearchData()
public ErrorLogSearchData(Property<T,? super ErrorLogSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class SearchData<ErrorLogQuery>public java.util.List<NetworkVO> getNetworks()
public void setNetworks(java.util.List<NetworkVO> networks)