fr.ifremer.isisfish.entities
Interface FisheryRegion

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
FisheryRegionAbstract, FisheryRegionImpl

public interface FisheryRegion
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String CELL_LENGTH_LATITUDE
           
static String CELL_LENGTH_LONGITUDE
           
static String COMMENT
           
static String MAP_FILES
           
static String MAX_LATITUDE
           
static String MAX_LONGITUDE
           
static String MIN_LATITUDE
           
static String MIN_LONGITUDE
           
static String NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 List<Cell> getCell()
          getCell :
 float getCellLengthLatitude()
          getCellLengthLatitude :
 float getCellLengthLongitude()
          getCellLengthLongitude :
 String getComment()
          getComment :
 List<Gear> getGear()
          getGear :
 List<String> getMapFileList()
          getMapFileList :
 List<String> getMapFilePath()
          getMapFilePath :
 String getMapFiles()
          getMapFiles :
 float getMaxLatitude()
          getMaxLatitude :
 float getMaxLongitude()
          getMaxLongitude :
 List<Metier> getMetier()
          getMetier :
 float getMinLatitude()
          getMinLatitude :
 float getMinLongitude()
          getMinLongitude :
 String getName()
          getName :
 List<Port> getPort()
          getPort :
 List<SetOfVessels> getSetOfVessels()
          getSetOfVessels :
 List<Species> getSpecies()
          getSpecies :
 List<Strategy> getStrategy()
          getStrategy :
 List<TripType> getTripType()
          getTripType :
 List<VesselType> getVesselType()
          getVesselType :
 List<Zone> getZone()
          getZone :
 void setCellLengthLatitude(float cellLengthLatitude)
          setCellLengthLatitude :
 void setCellLengthLongitude(float cellLengthLongitude)
          setCellLengthLongitude :
 void setComment(String comment)
          setComment :
 void setMapFileList(List<String> v)
          setMapFileList :
 void setMapFiles(String mapFiles)
          setMapFiles :
 void setMaxLatitude(float maxLatitude)
          setMaxLatitude :
 void setMaxLongitude(float maxLongitude)
          setMaxLongitude :
 void setMinLatitude(float minLatitude)
          setMinLatitude :
 void setMinLongitude(float minLongitude)
          setMinLongitude :
 void setName(String name)
          setName :
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

MIN_LONGITUDE

static final String MIN_LONGITUDE
See Also:
Constant Field Values

MAX_LONGITUDE

static final String MAX_LONGITUDE
See Also:
Constant Field Values

MIN_LATITUDE

static final String MIN_LATITUDE
See Also:
Constant Field Values

MAX_LATITUDE

static final String MAX_LATITUDE
See Also:
Constant Field Values

CELL_LENGTH_LONGITUDE

static final String CELL_LENGTH_LONGITUDE
See Also:
Constant Field Values

CELL_LENGTH_LATITUDE

static final String CELL_LENGTH_LATITUDE
See Also:
Constant Field Values

MAP_FILES

static final String MAP_FILES
See Also:
Constant Field Values

COMMENT

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

setName

void setName(String name)
setName :

Parameters:
name - La valeur de l'attribut name à positionner.

getName

String getName()
getName :

Returns:
String

setMinLongitude

void setMinLongitude(float minLongitude)
setMinLongitude :

Parameters:
minLongitude - La valeur de l'attribut minLongitude à positionner.

getMinLongitude

float getMinLongitude()
getMinLongitude :

Returns:
float

setMaxLongitude

void setMaxLongitude(float maxLongitude)
setMaxLongitude :

Parameters:
maxLongitude - La valeur de l'attribut maxLongitude à positionner.

getMaxLongitude

float getMaxLongitude()
getMaxLongitude :

Returns:
float

setMinLatitude

void setMinLatitude(float minLatitude)
setMinLatitude :

Parameters:
minLatitude - La valeur de l'attribut minLatitude à positionner.

getMinLatitude

float getMinLatitude()
getMinLatitude :

Returns:
float

setMaxLatitude

void setMaxLatitude(float maxLatitude)
setMaxLatitude :

Parameters:
maxLatitude - La valeur de l'attribut maxLatitude à positionner.

getMaxLatitude

float getMaxLatitude()
getMaxLatitude :

Returns:
float

setCellLengthLongitude

void setCellLengthLongitude(float cellLengthLongitude)
setCellLengthLongitude :

Parameters:
cellLengthLongitude - La valeur de l'attribut cellLengthLongitude à positionner.

getCellLengthLongitude

float getCellLengthLongitude()
getCellLengthLongitude :

Returns:
float

setCellLengthLatitude

void setCellLengthLatitude(float cellLengthLatitude)
setCellLengthLatitude :

Parameters:
cellLengthLatitude - La valeur de l'attribut cellLengthLatitude à positionner.

getCellLengthLatitude

float getCellLengthLatitude()
getCellLengthLatitude :

Returns:
float

setMapFiles

void setMapFiles(String mapFiles)
setMapFiles :

Parameters:
mapFiles - La valeur de l'attribut mapFiles à positionner.

getMapFiles

String getMapFiles()
getMapFiles :

Returns:
String

setComment

void setComment(String comment)
setComment :

Parameters:
comment - La valeur de l'attribut comment à positionner.

getComment

String getComment()
getComment :

Returns:
String

getMapFileList

List<String> getMapFileList()
getMapFileList :

Returns:
List

setMapFileList

void setMapFileList(List<String> v)
setMapFileList :

Parameters:
v -

getMapFilePath

List<String> getMapFilePath()
getMapFilePath :

Returns:
List

getGear

List<Gear> getGear()
getGear :

Returns:
List

getCell

List<Cell> getCell()
getCell :

Returns:
List

getTripType

List<TripType> getTripType()
getTripType :

Returns:
List

getVesselType

List<VesselType> getVesselType()
getVesselType :

Returns:
List

getSpecies

List<Species> getSpecies()
getSpecies :

Returns:
List

getZone

List<Zone> getZone()
getZone :

Returns:
List

getStrategy

List<Strategy> getStrategy()
getStrategy :

Returns:
List

getPort

List<Port> getPort()
getPort :

Returns:
List

getMetier

List<Metier> getMetier()
getMetier :

Returns:
List

getSetOfVessels

List<SetOfVessels> getSetOfVessels()
getSetOfVessels :

Returns:
List


Copyright © 1999-2010 CodeLutin. All Rights Reserved.