|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Result
| Field Summary | |
|---|---|
static String |
MATRIX
|
static String |
NAME
|
static String |
RESULT_DATE
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
org.nuiton.math.matrix.MatrixND |
getMatrix()
getMatrix : contient les matrices associées à chaque type de résultat. |
String |
getName()
getName : Contient la description associé à un type. |
Date |
getResultDate()
getResultDate : |
void |
setMatrix(org.nuiton.math.matrix.MatrixND matrix)
setMatrix : contient les matrices associées à chaque type de résultat. |
void |
setName(String name)
setName : Contient la description associé à un type. |
void |
setResultDate(Date resultDate)
setResultDate : |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update |
| Field Detail |
|---|
static final String RESULT_DATE
static final String NAME
static final String MATRIX
| Method Detail |
|---|
void setResultDate(Date resultDate)
resultDate - La valeur de l'attribut resultDate à positionner.Date getResultDate()
void setName(String name)
Contient la description associé à un type.
name - La valeur de l'attribut name à positionner.String getName()
Contient la description associé à un type.
void setMatrix(org.nuiton.math.matrix.MatrixND matrix)
contient les matrices associées à chaque type de résultat. La cle est un type et la valeur une matrice
matrix - La valeur de l'attribut matrix à positionner.org.nuiton.math.matrix.MatrixND getMatrix()
contient les matrices associées à chaque type de résultat. La cle est un type et la valeur une matrice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||