fr.ifremer.isisfish.entities
Interface Variable

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
VariableAbstract, VariableImpl

public interface Variable
extends org.nuiton.topia.persistence.TopiaEntityContextable


Field Summary
static String PROPERTY_COMMENT
           
static String PROPERTY_DOUBLE_VALUE
           
static String PROPERTY_ENTITY_ID
           
static String PROPERTY_EQUATION_VALUE
           
static String PROPERTY_MATRIX_VALUE
           
static String PROPERTY_NAME
           
static String PROPERTY_TYPE
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getComment()
           
 double getDoubleValue()
           
 String getEntityId()
           
 Equation getEquationValue()
           
 org.nuiton.math.matrix.MatrixND getMatrixValue()
           
 String getName()
           
 VariableType getType()
           
 void setComment(String comment)
           
 void setDoubleValue(double doubleValue)
           
 void setEntityId(String entityId)
           
 void setEquationValue(Equation equationValue)
           
 void setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue)
           
 void setName(String name)
           
 void setType(VariableType type)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

PROPERTY_ENTITY_ID

static final String PROPERTY_ENTITY_ID
See Also:
Constant Field Values

PROPERTY_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_COMMENT

static final String PROPERTY_COMMENT
See Also:
Constant Field Values

PROPERTY_DOUBLE_VALUE

static final String PROPERTY_DOUBLE_VALUE
See Also:
Constant Field Values

PROPERTY_MATRIX_VALUE

static final String PROPERTY_MATRIX_VALUE
See Also:
Constant Field Values

PROPERTY_EQUATION_VALUE

static final String PROPERTY_EQUATION_VALUE
See Also:
Constant Field Values

PROPERTY_TYPE

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

setEntityId

void setEntityId(String entityId)

getEntityId

String getEntityId()

setName

void setName(String name)

getName

String getName()

setComment

void setComment(String comment)

getComment

String getComment()

setDoubleValue

void setDoubleValue(double doubleValue)

getDoubleValue

double getDoubleValue()

setMatrixValue

void setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue)

getMatrixValue

org.nuiton.math.matrix.MatrixND getMatrixValue()

setEquationValue

void setEquationValue(Equation equationValue)

getEquationValue

Equation getEquationValue()

setType

void setType(VariableType type)

getType

VariableType getType()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.