Package org.cyclos.model.system.monitor
Class DatabaseUpgradeQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.system.monitor.DatabaseUpgradeQuery
-
- All Implemented Interfaces:
Serializable
public class DatabaseUpgradeQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,DatabaseUpgradeQuery>APPLICATION_VERSIONstatic StringCLASS_NAMEstatic BasicProperty<Boolean,DatabaseUpgradeQuery>ONLY_ERRORstatic BasicProperty<DatePeriodDTO,DatabaseUpgradeQuery>PERIOD-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description DatabaseUpgradeQuery()DatabaseUpgradeQuery(Property<T,? super DatabaseUpgradeQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetApplicationVersion()DatePeriodDTOgetPeriod()booleanisOnlyError()voidsetApplicationVersion(String applicationVersion)voidsetOnlyError(boolean onlyError)voidsetPeriod(DatePeriodDTO period)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
APPLICATION_VERSION
public static final BasicProperty<String,DatabaseUpgradeQuery> APPLICATION_VERSION
-
ONLY_ERROR
public static final BasicProperty<Boolean,DatabaseUpgradeQuery> ONLY_ERROR
-
PERIOD
public static final BasicProperty<DatePeriodDTO,DatabaseUpgradeQuery> PERIOD
-
-
Constructor Detail
-
DatabaseUpgradeQuery
public DatabaseUpgradeQuery()
-
DatabaseUpgradeQuery
public DatabaseUpgradeQuery(Property<T,? super DatabaseUpgradeQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getApplicationVersion
public String getApplicationVersion()
-
setApplicationVersion
public void setApplicationVersion(String applicationVersion)
-
isOnlyError
public boolean isOnlyError()
-
setOnlyError
public void setOnlyError(boolean onlyError)
-
getPeriod
public DatePeriodDTO getPeriod()
-
setPeriod
public void setPeriod(DatePeriodDTO period)
-
-