public class ProductSearchModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
analyzeTypeOrOperator |
protected List<AnalyzeType> |
analyzeTypes |
protected boolean |
archived |
protected String |
category |
protected String |
code |
protected String |
latinName |
protected String |
name |
protected List<ProductStatus> |
productStatus |
| Constructor and Description |
|---|
ProductSearchModel() |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzeType> |
getAnalyzeTypes() |
String |
getCategory() |
String |
getCode() |
String |
getLatinName() |
String |
getName() |
List<ProductStatus> |
getProductStatus() |
boolean |
isAnalyzeTypeOrOperator() |
boolean |
isArchived() |
void |
setAnalyzeTypeOrOperator(boolean analyzeTypeOrOperator) |
void |
setAnalyzeTypes(List<AnalyzeType> analyzeTypes) |
void |
setArchived(boolean archived) |
void |
setCategory(String category) |
void |
setCode(String code) |
void |
setLatinName(String latinName) |
void |
setName(String name) |
void |
setProductStatus(List<ProductStatus> productStatus) |
protected String name
protected String code
protected String category
protected String latinName
protected List<ProductStatus> productStatus
protected List<AnalyzeType> analyzeTypes
protected boolean analyzeTypeOrOperator
protected boolean archived
public String getName()
public void setName(String name)
public String getCode()
public void setCode(String code)
public String getCategory()
public void setCategory(String category)
public String getLatinName()
public void setLatinName(String latinName)
public List<ProductStatus> getProductStatus()
public void setProductStatus(List<ProductStatus> productStatus)
public List<AnalyzeType> getAnalyzeTypes()
public void setAnalyzeTypes(List<AnalyzeType> analyzeTypes)
public boolean isAnalyzeTypeOrOperator()
public void setAnalyzeTypeOrOperator(boolean analyzeTypeOrOperator)
public boolean isArchived()
public void setArchived(boolean archived)
Copyright © 2012–2014 Herboristerie Cailleau. All rights reserved.