public interface BatchAnalyze
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ANALYZE_TYPE |
static String |
PROPERTY_BATCH |
static String |
PROPERTY_CREATION_DATE |
static String |
PROPERTY_RECEIPT_DATE |
static String |
PROPERTY_RECEIPT_LIMIT_DATE |
static String |
PROPERTY_SENT_DATE |
static String |
PROPERTY_SUPPLIER |
static String |
PROPERTY_SYNTHESIS |
static String |
PROPERTY_SYNTHESIS_MENTION |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeType |
getAnalyzeType() |
Batch |
getBatch() |
Date |
getCreationDate() |
Date |
getReceiptDate() |
Date |
getReceiptLimitDate() |
Date |
getSentDate() |
Supplier |
getSupplier() |
String |
getSynthesis() |
SynthesisMention |
getSynthesisMention() |
void |
setAnalyzeType(AnalyzeType analyzeType) |
void |
setBatch(Batch batch) |
void |
setCreationDate(Date creationDate) |
void |
setReceiptDate(Date receiptDate) |
void |
setReceiptLimitDate(Date receiptLimitDate) |
void |
setSentDate(Date sentDate) |
void |
setSupplier(Supplier supplier) |
void |
setSynthesis(String synthesis) |
void |
setSynthesisMention(SynthesisMention synthesisMention) |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_CREATION_DATE
static final String PROPERTY_SENT_DATE
static final String PROPERTY_RECEIPT_LIMIT_DATE
static final String PROPERTY_RECEIPT_DATE
static final String PROPERTY_SYNTHESIS
static final String PROPERTY_ANALYZE_TYPE
static final String PROPERTY_BATCH
static final String PROPERTY_SUPPLIER
static final String PROPERTY_SYNTHESIS_MENTION
void setCreationDate(Date creationDate)
Date getCreationDate()
void setSentDate(Date sentDate)
Date getSentDate()
void setReceiptLimitDate(Date receiptLimitDate)
Date getReceiptLimitDate()
void setReceiptDate(Date receiptDate)
Date getReceiptDate()
void setSynthesis(String synthesis)
String getSynthesis()
void setAnalyzeType(AnalyzeType analyzeType)
AnalyzeType getAnalyzeType()
void setBatch(Batch batch)
Batch getBatch()
void setSupplier(Supplier supplier)
Supplier getSupplier()
void setSynthesisMention(SynthesisMention synthesisMention)
SynthesisMention getSynthesisMention()
Copyright © 2012–2013 Herboristerie Cailleau. All rights reserved.