fr.ifremer.isisfish.entities
Interface Result

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
ResultAbstract, ResultImpl

public interface Result
extends org.nuiton.topia.persistence.TopiaEntity


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

RESULT_DATE

static final String RESULT_DATE
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

MATRIX

static final String MATRIX
See Also:
Constant Field Values
Method Detail

setResultDate

void setResultDate(Date resultDate)
setResultDate :

Parameters:
resultDate - La valeur de l'attribut resultDate à positionner.

getResultDate

Date getResultDate()
getResultDate :

Returns:
Date

setName

void setName(String name)
setName :

Contient la description associé à un type.

Parameters:
name - La valeur de l'attribut name à positionner.

getName

String getName()
getName :

Contient la description associé à un type.

Returns:
String

setMatrix

void setMatrix(org.nuiton.math.matrix.MatrixND matrix)
setMatrix :

contient les matrices associées à chaque type de résultat. La cle est un type et la valeur une matrice

Parameters:
matrix - La valeur de l'attribut matrix à positionner.

getMatrix

org.nuiton.math.matrix.MatrixND getMatrix()
getMatrix :

contient les matrices associées à chaque type de résultat. La cle est un type et la valeur une matrice

Returns:
MatrixND


Copyright © 1999-2011 CodeLutin. All Rights Reserved.