public abstract class AlertQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DatePeriodDTO,AlertQuery> |
DATE_PERIOD |
static BasicProperty<java.lang.Boolean,AlertQuery> |
REMOVED |
static BasicProperty<UserVO,AlertQuery> |
USER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
AlertQuery() |
AlertQuery(Property<T,? super AlertQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
DatePeriodDTO |
getDatePeriod() |
java.lang.Boolean |
getRemoved() |
UserVO |
getUser() |
void |
setDatePeriod(DatePeriodDTO datePeriod) |
void |
setRemoved(java.lang.Boolean removed) |
void |
setUser(UserVO user) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, 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<DatePeriodDTO,AlertQuery> DATE_PERIOD
public static final BasicProperty<java.lang.Boolean,AlertQuery> REMOVED
public static final BasicProperty<UserVO,AlertQuery> USER
public AlertQuery()
public AlertQuery(Property<T,? super AlertQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic DatePeriodDTO getDatePeriod()
public void setDatePeriod(DatePeriodDTO datePeriod)
public java.lang.Boolean getRemoved()
public void setRemoved(java.lang.Boolean removed)
public UserVO getUser()
public void setUser(UserVO user)