Class SmsQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.messaging.messages.SmsQuery
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InboundSmsQuery,OutboundSmsQuery
public abstract class SmsQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,SmsQuery>MOBILE_PHONEstatic BasicProperty<DatePeriodDTO,SmsQuery>PERIOD-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()StringgetMobilePhone()DatePeriodDTOgetPeriod()voidsetMobilePhone(String mobilePhone)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, className, 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
-
MOBILE_PHONE
public static final BasicProperty<String,SmsQuery> MOBILE_PHONE
-
PERIOD
public static final BasicProperty<DatePeriodDTO,SmsQuery> PERIOD
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getMobilePhone
public String getMobilePhone()
-
setMobilePhone
public void setMobilePhone(String mobilePhone)
-
getPeriod
public DatePeriodDTO getPeriod()
-
setPeriod
public void setPeriod(DatePeriodDTO period)
-
-