Class FisheryRegionAbstract

java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.FisheryRegionAbstract
All Implemented Interfaces:
FisheryRegion, Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
Direct Known Subclasses:
FisheryRegionImpl

public abstract class FisheryRegionAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements FisheryRegion
See Also:
  • Field Details

    • name

      protected String name
      Nom de l'attribut en BD : name
    • minLongitude

      protected float minLongitude
      Nom de l'attribut en BD : minLongitude
    • maxLongitude

      protected float maxLongitude
      Nom de l'attribut en BD : maxLongitude
    • minLatitude

      protected float minLatitude
      Nom de l'attribut en BD : minLatitude
    • maxLatitude

      protected float maxLatitude
      Nom de l'attribut en BD : maxLatitude
    • cellLengthLongitude

      protected float cellLengthLongitude
      Nom de l'attribut en BD : cellLengthLongitude
    • cellLengthLatitude

      protected float cellLengthLatitude
      Nom de l'attribut en BD : cellLengthLatitude
    • mapFiles

      protected String mapFiles
      Nom de l'attribut en BD : mapFiles
    • comment

      protected String comment
      Nom de l'attribut en BD : comment
  • Constructor Details

    • FisheryRegionAbstract

      public FisheryRegionAbstract()
  • Method Details

    • update

      public void update() throws org.nuiton.topia.TopiaException
      Specified by:
      update in interface org.nuiton.topia.persistence.TopiaEntityContextable
      Throws:
      org.nuiton.topia.TopiaException
    • delete

      public void delete() throws org.nuiton.topia.TopiaException
      Specified by:
      delete in interface org.nuiton.topia.persistence.TopiaEntityContextable
      Throws:
      org.nuiton.topia.TopiaException
    • accept

      public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
      Specified by:
      accept in interface org.nuiton.topia.persistence.TopiaEntity
      Throws:
      org.nuiton.topia.TopiaException
    • accept0

      protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
      Throws:
      org.nuiton.topia.TopiaException
    • setName

      public void setName(String name)
      Specified by:
      setName in interface FisheryRegion
    • getName

      public String getName()
      Specified by:
      getName in interface FisheryRegion
    • setMinLongitude

      public void setMinLongitude(float minLongitude)
      Specified by:
      setMinLongitude in interface FisheryRegion
    • getMinLongitude

      public float getMinLongitude()
      Specified by:
      getMinLongitude in interface FisheryRegion
    • setMaxLongitude

      public void setMaxLongitude(float maxLongitude)
      Specified by:
      setMaxLongitude in interface FisheryRegion
    • getMaxLongitude

      public float getMaxLongitude()
      Specified by:
      getMaxLongitude in interface FisheryRegion
    • setMinLatitude

      public void setMinLatitude(float minLatitude)
      Specified by:
      setMinLatitude in interface FisheryRegion
    • getMinLatitude

      public float getMinLatitude()
      Specified by:
      getMinLatitude in interface FisheryRegion
    • setMaxLatitude

      public void setMaxLatitude(float maxLatitude)
      Specified by:
      setMaxLatitude in interface FisheryRegion
    • getMaxLatitude

      public float getMaxLatitude()
      Specified by:
      getMaxLatitude in interface FisheryRegion
    • setCellLengthLongitude

      public void setCellLengthLongitude(float cellLengthLongitude)
      Specified by:
      setCellLengthLongitude in interface FisheryRegion
    • getCellLengthLongitude

      public float getCellLengthLongitude()
      Specified by:
      getCellLengthLongitude in interface FisheryRegion
    • setCellLengthLatitude

      public void setCellLengthLatitude(float cellLengthLatitude)
      Specified by:
      setCellLengthLatitude in interface FisheryRegion
    • getCellLengthLatitude

      public float getCellLengthLatitude()
      Specified by:
      getCellLengthLatitude in interface FisheryRegion
    • setMapFiles

      public void setMapFiles(String mapFiles)
      Specified by:
      setMapFiles in interface FisheryRegion
    • getMapFiles

      public String getMapFiles()
      Specified by:
      getMapFiles in interface FisheryRegion
    • setComment

      public void setComment(String comment)
      Specified by:
      setComment in interface FisheryRegion
    • getComment

      public String getComment()
      Specified by:
      getComment in interface FisheryRegion
    • getAggregate

      public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
      Specified by:
      getAggregate in interface org.nuiton.topia.persistence.TopiaEntity
      Overrides:
      getAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstract
      Throws:
      org.nuiton.topia.TopiaException
    • getComposite

      public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
      Specified by:
      getComposite in interface org.nuiton.topia.persistence.TopiaEntity
      Overrides:
      getComposite in class org.nuiton.topia.persistence.TopiaEntityAbstract
      Throws:
      org.nuiton.topia.TopiaException
    • toString

      public String toString()
      Overrides:
      toString in class Object