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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptiondouble
String[]
Return formule category name.Return formule content.getName()
Return formule name.void
setCategory
(String category) void
setContent
(String content) void
setJavaInterface
(Class javaInterface) void
setLanguage
(String language) void
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
Methods 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:Formule
Return formule name. -
setContent
-
getContent
String getContent()Description copied from interface:Formule
Return formule content.- Specified by:
getContent
in interfaceFormule
- Returns:
- formule content
-
setCategory
-
getCategory
String getCategory()Description copied from interface:Formule
Return formule category name.- Specified by:
getCategory
in interfaceFormule
- Returns:
- formule category name
-
setLanguage
-
getLanguage
String getLanguage() -
setJavaInterface
-
getJavaInterface
Class getJavaInterface() -
evaluate
-
evaluateNecessaryResult
String[] evaluateNecessaryResult()
-