Package fr.ifremer.isisfish.entities
Interface Equation
- All Superinterfaces:
Formule,Serializable,org.nuiton.topia.persistence.TopiaEntity,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
EquationAbstract,EquationImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptiondoubleString[]Return formule category name.Return formule content.getName()Return formule name.voidsetCategory(String category) voidsetContent(String content) voidsetJavaInterface(Class javaInterface) voidsetLanguage(String language) voidMethods 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_NAME
- See Also:
-
PROPERTY_CONTENT
- See Also:
-
PROPERTY_CATEGORY
- See Also:
-
PROPERTY_LANGUAGE
- See Also:
-
PROPERTY_JAVA_INTERFACE
- See Also:
-
-
Method Details
-
setName
-
getName
String getName()Description copied from interface:FormuleReturn formule name. -
setContent
-
getContent
String getContent()Description copied from interface:FormuleReturn formule content.- Specified by:
getContentin interfaceFormule- Returns:
- formule content
-
setCategory
-
getCategory
String getCategory()Description copied from interface:FormuleReturn formule category name.- Specified by:
getCategoryin interfaceFormule- Returns:
- formule category name
-
setLanguage
-
getLanguage
String getLanguage() -
setJavaInterface
-
getJavaInterface
Class getJavaInterface() -
evaluate
-
evaluateNecessaryResult
String[] evaluateNecessaryResult()
-