Package 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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSIONFields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptiondoubleorg.nuiton.math.matrix.MatrixNDgetName()getType()voidsetComment(String comment) voidsetDoubleValue(double doubleValue) voidsetEntityId(String entityId) voidsetEquationValue(Equation equationValue) voidsetMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue) voidvoidsetType(VariableType type) 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, setTopiaVersionMethods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
-
Field Details
-
PROPERTY_ENTITY_ID
- See Also:
-
PROPERTY_NAME
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
PROPERTY_DOUBLE_VALUE
- See Also:
-
PROPERTY_MATRIX_VALUE
- See Also:
-
PROPERTY_EQUATION_VALUE
- See Also:
-
PROPERTY_TYPE
- See Also:
-
-
Method Details
-
setEntityId
-
getEntityId
String getEntityId() -
setName
-
getName
String getName() -
setComment
-
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
-
getEquationValue
Equation getEquationValue() -
setType
-
getType
VariableType getType()
-