public class SearchModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchModel.DateType |
| Modifier and Type | Field and Description |
|---|---|
protected Date |
beginDate |
protected String |
client |
protected SearchModel.DateType |
dateType |
protected Date |
endDate |
protected boolean |
expired |
protected Country |
origin |
protected List<String> |
productCategories |
protected List<ProductStatus> |
productStatus |
protected String |
query |
protected List<SearchColumn> |
searchColumns |
protected String |
supplier |
| Constructor and Description |
|---|
SearchModel() |
SearchModel(String query) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginDate() |
String |
getClient() |
SearchModel.DateType |
getDateType() |
Date |
getEndDate() |
Country |
getOrigin() |
List<String> |
getProductCategories() |
List<ProductStatus> |
getProductStatus() |
String |
getQuery() |
List<SearchColumn> |
getSearchColumns() |
String |
getSupplier() |
boolean |
isExpired() |
void |
setBeginDate(Date beginDate) |
void |
setClient(String client) |
void |
setDateType(SearchModel.DateType dateType) |
void |
setEndDate(Date endDate) |
void |
setExpired(boolean expired) |
void |
setOrigin(Country origin) |
void |
setProductCategories(List<String> productCategories) |
void |
setProductStatus(List<ProductStatus> productStatus) |
void |
setQuery(String query) |
void |
setSearchColumns(List<SearchColumn> searchColumns) |
void |
setSupplier(String supplier) |
protected String query
protected String client
protected Country origin
protected String supplier
protected List<ProductStatus> productStatus
protected SearchModel.DateType dateType
protected Date beginDate
protected Date endDate
protected List<SearchColumn> searchColumns
protected boolean expired
public SearchModel()
public SearchModel(String query)
public String getQuery()
public void setQuery(String query)
public String getClient()
public void setClient(String client)
public Country getOrigin()
public void setOrigin(Country origin)
public String getSupplier()
public void setSupplier(String supplier)
public List<ProductStatus> getProductStatus()
public void setProductStatus(List<ProductStatus> productStatus)
public SearchModel.DateType getDateType()
public void setDateType(SearchModel.DateType dateType)
public Date getBeginDate()
public void setBeginDate(Date beginDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public List<SearchColumn> getSearchColumns()
public void setSearchColumns(List<SearchColumn> searchColumns)
public boolean isExpired()
public void setExpired(boolean expired)
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.