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 java.lang.String CELL_LENGTH_LATITUDE
           
static java.lang.String CELL_LENGTH_LONGITUDE
           
static java.lang.String COMMENT
           
static java.lang.String MAP_FILES
           
static java.lang.String MAX_LATITUDE
           
static java.lang.String MAX_LONGITUDE
           
static java.lang.String MIN_LATITUDE
           
static java.lang.String MIN_LONGITUDE
           
static java.lang.String NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 java.util.List<Cell> getCell()
          getCell :
 float getCellLengthLatitude()
          getCellLengthLatitude :
 float getCellLengthLongitude()
          getCellLengthLongitude :
 java.lang.String getComment()
          getComment :
 java.util.List<Gear> getGear()
          getGear :
 java.util.List<java.lang.String> getMapFileList()
          getMapFileList :
 java.util.List<java.lang.String> getMapFilePath()
          getMapFilePath :
 java.lang.String getMapFiles()
          getMapFiles :
 float getMaxLatitude()
          getMaxLatitude :
 float getMaxLongitude()
          getMaxLongitude :
 java.util.List<Metier> getMetier()
          getMetier :
 float getMinLatitude()
          getMinLatitude :
 float getMinLongitude()
          getMinLongitude :
 java.lang.String getName()
          getName :
 java.util.List<Port> getPort()
          getPort :
 java.util.List<SetOfVessels> getSetOfVessels()
          getSetOfVessels :
 java.util.List<Species> getSpecies()
          getSpecies :
 java.util.List<Strategy> getStrategy()
          getStrategy :
 java.util.List<TripType> getTripType()
          getTripType :
 java.util.List<VesselType> getVesselType()
          getVesselType :
 java.util.List<Zone> getZone()
          getZone :
 void setCellLengthLatitude(float cellLengthLatitude)
          setCellLengthLatitude :
 void setCellLengthLongitude(float cellLengthLongitude)
          setCellLengthLongitude :
 void setComment(java.lang.String comment)
          setComment :
 void setMapFileList(java.util.List<java.lang.String> v)
          setMapFileList :
 void setMapFiles(java.lang.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(java.lang.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 java.lang.String NAME
See Also:
Constant Field Values

MIN_LONGITUDE

static final java.lang.String MIN_LONGITUDE
See Also:
Constant Field Values

MAX_LONGITUDE

static final java.lang.String MAX_LONGITUDE
See Also:
Constant Field Values

MIN_LATITUDE

static final java.lang.String MIN_LATITUDE
See Also:
Constant Field Values

MAX_LATITUDE

static final java.lang.String MAX_LATITUDE
See Also:
Constant Field Values

CELL_LENGTH_LONGITUDE

static final java.lang.String CELL_LENGTH_LONGITUDE
See Also:
Constant Field Values

CELL_LENGTH_LATITUDE

static final java.lang.String CELL_LENGTH_LATITUDE
See Also:
Constant Field Values

MAP_FILES

static final java.lang.String MAP_FILES
See Also:
Constant Field Values

COMMENT

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

setName

void setName(java.lang.String name)
setName :

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

getName

java.lang.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(java.lang.String mapFiles)
setMapFiles :

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

getMapFiles

java.lang.String getMapFiles()
getMapFiles :

Returns:
String

setComment

void setComment(java.lang.String comment)
setComment :

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

getComment

java.lang.String getComment()
getComment :

Returns:
String

getMapFileList

java.util.List<java.lang.String> getMapFileList()
getMapFileList :

Returns:
List

setMapFileList

void setMapFileList(java.util.List<java.lang.String> v)
setMapFileList :

Parameters:
v -

getMapFilePath

java.util.List<java.lang.String> getMapFilePath()
getMapFilePath :

Returns:
List

getGear

java.util.List<Gear> getGear()
getGear :

Returns:
List

getCell

java.util.List<Cell> getCell()
getCell :

Returns:
List

getTripType

java.util.List<TripType> getTripType()
getTripType :

Returns:
List

getVesselType

java.util.List<VesselType> getVesselType()
getVesselType :

Returns:
List

getSpecies

java.util.List<Species> getSpecies()
getSpecies :

Returns:
List

getZone

java.util.List<Zone> getZone()
getZone :

Returns:
List

getStrategy

java.util.List<Strategy> getStrategy()
getStrategy :

Returns:
List

getPort

java.util.List<Port> getPort()
getPort :

Returns:
List

getMetier

java.util.List<Metier> getMetier()
getMetier :

Returns:
List

getSetOfVessels

java.util.List<SetOfVessels> getSetOfVessels()
getSetOfVessels :

Returns:
List


Copyright © 1999-2010 CodeLutin. All Rights Reserved.