public class SystemAlertQuery extends AlertQuery
| Modifier and Type | Field and Description |
|---|---|
static Property<NetworkVO,SystemAlertQuery> |
NETWORK |
static Property<SystemAlertType,SystemAlertQuery> |
TYPE |
DATE_PERIOD, REMOVED, USERCURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
SystemAlertQuery() |
SystemAlertQuery(Property<T,? super SystemAlertQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
NetworkVO |
getNetwork() |
SystemAlertType |
getType() |
void |
setNetwork(NetworkVO network) |
void |
setType(SystemAlertType type) |
getDatePeriod, getRemoved, getUser, setDatePeriod, setRemoved, setUsergetCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<NetworkVO,SystemAlertQuery> NETWORK
public static final Property<SystemAlertType,SystemAlertQuery> TYPE
public SystemAlertQuery()
public SystemAlertQuery(Property<T,? super SystemAlertQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AlertQueryprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class AlertQuerypublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class AlertQuerypublic NetworkVO getNetwork()
public SystemAlertType getType()
public void setNetwork(NetworkVO network)
public void setType(SystemAlertType type)