public interface Analyze
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
ANALYZE_FILE |
static String |
ANALYZE_TYPE |
static String |
BATCH |
static String |
CREATION_DATE |
static String |
RECEIPT_DATE |
static String |
SENT_DATE |
| 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() |
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) |
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 CREATION_DATE
static final String SENT_DATE
static final String RECEIPT_DATE
static final String ANALYZE_TYPE
static final String ANALYZE_FILE
static final String BATCH
void setCreationDate(Date creationDate)
Date getCreationDate()
void setSentDate(Date sentDate)
Date getSentDate()
void setReceiptDate(Date receiptDate)
Date getReceiptDate()
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()
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.