fr.ifremer.isisfish.entities
Interface Formule

All Known Subinterfaces:
Equation
All Known Implementing Classes:
EquationAbstract, EquationImpl, FormuleStorage

public interface Formule

Formule. Created: 14 févr. 2006 11:32:40

Version:
$Revision: 3124 $ Last update: $Date: 2010-11-29 19:14:09 +0100 (Mon, 29 Nov 2010) $ by : $Author: chatellier $
Author:
poussin

Method Summary
 String getCategory()
          Return formule category name.
 String getContent()
          Return formule content.
 String getName()
          Return formule name.
 

Method Detail

getName

String getName()
Return formule name.

Returns:
formule name

getCategory

String getCategory()
Return formule category name.

Returns:
formule category name

getContent

String getContent()
Return formule content.

Returns:
formule content


Copyright © 1999-2012 CodeLutin. All Rights Reserved.