Package fr.ifremer.isisfish.entities
Interface FisheryRegion
- All Superinterfaces:
Serializable
,org.nuiton.topia.persistence.TopiaEntity
,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
FisheryRegionAbstract
,FisheryRegionImpl
public interface FisheryRegion
extends org.nuiton.topia.persistence.TopiaEntityContextable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static 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 TypeMethodDescriptiongetCell()
float
float
getGear()
float
float
float
float
getName()
getPort()
getZone()
void
setCellLengthLatitude
(float cellLengthLatitude) void
setCellLengthLongitude
(float cellLengthLongitude) void
setComment
(String comment) void
setMapFileList
(List<String> v) void
setMapFiles
(String mapFiles) void
setMaxLatitude
(float maxLatitude) void
setMaxLongitude
(float maxLongitude) void
setMinLatitude
(float minLatitude) void
setMinLongitude
(float minLongitude) 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_MIN_LONGITUDE
- See Also:
-
PROPERTY_MAX_LONGITUDE
- See Also:
-
PROPERTY_MIN_LATITUDE
- See Also:
-
PROPERTY_MAX_LATITUDE
- See Also:
-
PROPERTY_CELL_LENGTH_LONGITUDE
- See Also:
-
PROPERTY_CELL_LENGTH_LATITUDE
- See Also:
-
PROPERTY_MAP_FILES
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
-
Method Details
-
setName
-
getName
String getName() -
setMinLongitude
void setMinLongitude(float minLongitude) -
getMinLongitude
float getMinLongitude() -
setMaxLongitude
void setMaxLongitude(float maxLongitude) -
getMaxLongitude
float getMaxLongitude() -
setMinLatitude
void setMinLatitude(float minLatitude) -
getMinLatitude
float getMinLatitude() -
setMaxLatitude
void setMaxLatitude(float maxLatitude) -
getMaxLatitude
float getMaxLatitude() -
setCellLengthLongitude
void setCellLengthLongitude(float cellLengthLongitude) -
getCellLengthLongitude
float getCellLengthLongitude() -
setCellLengthLatitude
void setCellLengthLatitude(float cellLengthLatitude) -
getCellLengthLatitude
float getCellLengthLatitude() -
setMapFiles
-
getMapFiles
String getMapFiles() -
setComment
-
getComment
String getComment() -
getMapFileList
-
setMapFileList
-
getMapFilePath
-
getGear
-
getCell
-
getTripType
-
getVesselType
List<VesselType> getVesselType() -
getSpecies
-
getZone
-
getStrategy
-
getPort
-
getMetier
-
getSetOfVessels
List<SetOfVessels> getSetOfVessels() -
getObservations
List<Observation> getObservations()
-