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 Details

  • Method Details

    • setName

      void setName(String name)
    • 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

      void setMapFiles(String mapFiles)
    • getMapFiles

      String getMapFiles()
    • setComment

      void setComment(String comment)
    • getComment

      String getComment()
    • getMapFileList

      List<String> getMapFileList()
    • setMapFileList

      void setMapFileList(List<String> v)
    • getMapFilePath

      List<String> getMapFilePath()
    • getGear

      List<Gear> getGear()
    • getCell

      List<Cell> getCell()
    • getTripType

      List<TripType> getTripType()
    • getVesselType

      List<VesselType> getVesselType()
    • getSpecies

      List<Species> getSpecies()
    • getZone

      List<Zone> getZone()
    • getStrategy

      List<Strategy> getStrategy()
    • getPort

      List<Port> getPort()
    • getMetier

      List<Metier> getMetier()
    • getSetOfVessels

      List<SetOfVessels> getSetOfVessels()
    • getObservations

      List<Observation> getObservations()