public class AnalyzeModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BatchAnalyze |
analyze |
protected Date |
computedReceiptLimitDate
Date de reception théorique calculée suivant la durée d'analyse.
|
protected Date |
computedSendLimitDate
Date limite d'envoi théorique calculée à partir de la durée d'analyse
par rapport à la date du jour.
|
| Constructor and Description |
|---|
AnalyzeModel(BatchAnalyze analyze) |
| Modifier and Type | Method and Description |
|---|---|
BatchAnalyze |
getAnalyze() |
Date |
getComputedReceiptLimitDate() |
Date |
getComputedSendLimitDate() |
void |
setAnalyze(BatchAnalyze analyze) |
void |
setComputedReceiptLimitDate(Date computedReceiptLimitDate) |
void |
setComputedSendLimitDate(Date computedSendLimitDate) |
protected BatchAnalyze analyze
protected Date computedSendLimitDate
protected Date computedReceiptLimitDate
BatchAnalyze.getReceiptLimitDate() qui est
fixé par l'utilisateur.public AnalyzeModel(BatchAnalyze analyze)
public BatchAnalyze getAnalyze()
public void setAnalyze(BatchAnalyze analyze)
public Date getComputedSendLimitDate()
public void setComputedSendLimitDate(Date computedSendLimitDate)
public Date getComputedReceiptLimitDate()
public void setComputedReceiptLimitDate(Date computedReceiptLimitDate)
Copyright © 2012–2014 Herboristerie Cailleau. All rights reserved.