public class AnalyzeFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AnalyzeType |
analyzeType |
protected int |
batchNumberBegin |
protected int |
batchNumberEnd |
protected Date |
sentDateBegin |
protected Date |
sentDateEnd |
protected String |
supplier |
| Constructor and Description |
|---|
AnalyzeFilter() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeType |
getAnalyzeType() |
int |
getBatchNumberBegin() |
int |
getBatchNumberEnd() |
Date |
getSentDateBegin() |
Date |
getSentDateEnd() |
String |
getSupplier() |
void |
setAnalyzeType(AnalyzeType analyzeType) |
void |
setBatchNumberBegin(int batchNumberBegin) |
void |
setBatchNumberEnd(int batchNumberEnd) |
void |
setSentDateBegin(Date sentDateBegin) |
void |
setSentDateEnd(Date sentDateEnd) |
void |
setSupplier(String supplier) |
protected AnalyzeType analyzeType
protected String supplier
protected int batchNumberBegin
protected int batchNumberEnd
protected Date sentDateBegin
protected Date sentDateEnd
public AnalyzeType getAnalyzeType()
public void setAnalyzeType(AnalyzeType analyzeType)
public String getSupplier()
public void setSupplier(String supplier)
public int getBatchNumberBegin()
public void setBatchNumberBegin(int batchNumberBegin)
public int getBatchNumberEnd()
public void setBatchNumberEnd(int batchNumberEnd)
public Date getSentDateBegin()
public void setSentDateBegin(Date sentDateBegin)
public Date getSentDateEnd()
public void setSentDateEnd(Date sentDateEnd)
Copyright © 2012–2013 Herboristerie Cailleau. All rights reserved.