public class SystemAlertQuery extends AlertQuery
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<NetworkVO,SystemAlertQuery> |
NETWORK |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
NetworkVO |
getNetwork() |
SystemAlertType |
getType() |
void |
setNetwork(NetworkVO network) |
void |
setType(SystemAlertType type) |
getDatePeriod, getRemoved, getUser, setDatePeriod, setRemoved, setUsergetCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, 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 BasicProperty<NetworkVO,SystemAlertQuery> NETWORK
public static final BasicProperty<SystemAlertType,SystemAlertQuery> TYPE
public SystemAlertQuery()
public SystemAlertQuery(Property<T,? super SystemAlertQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AlertQuerypublic NetworkVO getNetwork()
public void setNetwork(NetworkVO network)
public SystemAlertType getType()
public void setType(SystemAlertType type)