public interface Analyze
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ANALYZE_FILE |
static String |
PROPERTY_ANALYZE_TYPE |
static String |
PROPERTY_BATCH |
static String |
PROPERTY_CREATION_DATE |
static String |
PROPERTY_RECEIPT_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 |
|---|---|
void |
addAllAnalyzeFile(Collection<AnalyzeFile> analyzeFile) |
void |
addAnalyzeFile(AnalyzeFile analyzeFile) |
void |
clearAnalyzeFile() |
Collection<AnalyzeFile> |
getAnalyzeFile() |
AnalyzeFile |
getAnalyzeFileByTopiaId(String topiaId) |
AnalyzeType |
getAnalyzeType() |
Batch |
getBatch() |
Date |
getCreationDate() |
Date |
getReceiptDate() |
Date |
getSentDate() |
Supplier |
getSupplier() |
String |
getSynthesis() |
SynthesisMention |
getSynthesisMention() |
boolean |
isAnalyzeFileEmpty() |
void |
removeAnalyzeFile(AnalyzeFile analyzeFile) |
void |
setAnalyzeFile(Collection<AnalyzeFile> analyzeFile) |
void |
setAnalyzeType(AnalyzeType analyzeType) |
void |
setBatch(Batch batch) |
void |
setCreationDate(Date creationDate) |
void |
setReceiptDate(Date receiptDate) |
void |
setSentDate(Date sentDate) |
void |
setSupplier(Supplier supplier) |
void |
setSynthesis(String synthesis) |
void |
setSynthesisMention(SynthesisMention synthesisMention) |
int |
sizeAnalyzeFile() |
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_DATE
static final String PROPERTY_SYNTHESIS
static final String PROPERTY_ANALYZE_TYPE
static final String PROPERTY_ANALYZE_FILE
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 setReceiptDate(Date receiptDate)
Date getReceiptDate()
void setSynthesis(String synthesis)
String getSynthesis()
void setAnalyzeType(AnalyzeType analyzeType)
AnalyzeType getAnalyzeType()
void addAnalyzeFile(AnalyzeFile analyzeFile)
void addAllAnalyzeFile(Collection<AnalyzeFile> analyzeFile)
void setAnalyzeFile(Collection<AnalyzeFile> analyzeFile)
void removeAnalyzeFile(AnalyzeFile analyzeFile)
void clearAnalyzeFile()
Collection<AnalyzeFile> getAnalyzeFile()
AnalyzeFile getAnalyzeFileByTopiaId(String topiaId)
int sizeAnalyzeFile()
boolean isAnalyzeFileEmpty()
void setBatch(Batch batch)
Batch getBatch()
void setSupplier(Supplier supplier)
Supplier getSupplier()
void setSynthesisMention(SynthesisMention synthesisMention)
SynthesisMention getSynthesisMention()
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.