Package fr.ifremer.isisfish.entities
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 Summary
Modifier and TypeFieldDescriptionprotected float
Nom de l'attribut en BD : cellLengthLatitudeprotected float
Nom de l'attribut en BD : cellLengthLongitudeprotected String
Nom de l'attribut en BD : commentprotected String
Nom de l'attribut en BD : mapFilesprotected float
Nom de l'attribut en BD : maxLatitudeprotected float
Nom de l'attribut en BD : maxLongitudeprotected float
Nom de l'attribut en BD : minLatitudeprotected float
Nom de l'attribut en BD : minLongitudeprotected String
Nom de l'attribut en BD : nameFields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
Fields inherited from interface fr.ifremer.isisfish.entities.FisheryRegion
PROPERTY_CELL_LENGTH_LATITUDE, PROPERTY_CELL_LENGTH_LONGITUDE, PROPERTY_COMMENT, PROPERTY_MAP_FILES, PROPERTY_MAX_LATITUDE, PROPERTY_MAX_LONGITUDE, PROPERTY_MIN_LATITUDE, PROPERTY_MIN_LONGITUDE, PROPERTY_NAME
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(org.nuiton.topia.persistence.EntityVisitor visitor) protected void
accept0
(org.nuiton.topia.persistence.EntityVisitor visitor) void
delete()
List<org.nuiton.topia.persistence.TopiaEntity>
float
float
List<org.nuiton.topia.persistence.TopiaEntity>
float
float
float
float
getName()
void
setCellLengthLatitude
(float cellLengthLatitude) void
setCellLengthLongitude
(float cellLengthLongitude) void
setComment
(String comment) void
setMapFiles
(String mapFiles) void
setMaxLatitude
(float maxLatitude) void
setMaxLongitude
(float maxLongitude) void
setMinLatitude
(float minLatitude) void
setMinLongitude
(float minLongitude) void
toString()
void
update()
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface fr.ifremer.isisfish.entities.FisheryRegion
getCell, getGear, getMapFileList, getMapFilePath, getMetier, getObservations, getPort, getSetOfVessels, getSpecies, getStrategy, getTripType, getVesselType, getZone, setMapFileList
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
getTopiaContext, setTopiaContext
-
Field Details
-
name
Nom de l'attribut en BD : name -
minLongitude
protected float minLongitudeNom de l'attribut en BD : minLongitude -
maxLongitude
protected float maxLongitudeNom de l'attribut en BD : maxLongitude -
minLatitude
protected float minLatitudeNom de l'attribut en BD : minLatitude -
maxLatitude
protected float maxLatitudeNom de l'attribut en BD : maxLatitude -
cellLengthLongitude
protected float cellLengthLongitudeNom de l'attribut en BD : cellLengthLongitude -
cellLengthLatitude
protected float cellLengthLatitudeNom de l'attribut en BD : cellLengthLatitude -
mapFiles
Nom de l'attribut en BD : mapFiles -
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 interfaceorg.nuiton.topia.persistence.TopiaEntityContextable
- Throws:
org.nuiton.topia.TopiaException
-
delete
public void delete() throws org.nuiton.topia.TopiaException- Specified by:
delete
in interfaceorg.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 interfaceorg.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
- Specified by:
setName
in interfaceFisheryRegion
-
getName
- Specified by:
getName
in interfaceFisheryRegion
-
setMinLongitude
public void setMinLongitude(float minLongitude) - Specified by:
setMinLongitude
in interfaceFisheryRegion
-
getMinLongitude
public float getMinLongitude()- Specified by:
getMinLongitude
in interfaceFisheryRegion
-
setMaxLongitude
public void setMaxLongitude(float maxLongitude) - Specified by:
setMaxLongitude
in interfaceFisheryRegion
-
getMaxLongitude
public float getMaxLongitude()- Specified by:
getMaxLongitude
in interfaceFisheryRegion
-
setMinLatitude
public void setMinLatitude(float minLatitude) - Specified by:
setMinLatitude
in interfaceFisheryRegion
-
getMinLatitude
public float getMinLatitude()- Specified by:
getMinLatitude
in interfaceFisheryRegion
-
setMaxLatitude
public void setMaxLatitude(float maxLatitude) - Specified by:
setMaxLatitude
in interfaceFisheryRegion
-
getMaxLatitude
public float getMaxLatitude()- Specified by:
getMaxLatitude
in interfaceFisheryRegion
-
setCellLengthLongitude
public void setCellLengthLongitude(float cellLengthLongitude) - Specified by:
setCellLengthLongitude
in interfaceFisheryRegion
-
getCellLengthLongitude
public float getCellLengthLongitude()- Specified by:
getCellLengthLongitude
in interfaceFisheryRegion
-
setCellLengthLatitude
public void setCellLengthLatitude(float cellLengthLatitude) - Specified by:
setCellLengthLatitude
in interfaceFisheryRegion
-
getCellLengthLatitude
public float getCellLengthLatitude()- Specified by:
getCellLengthLatitude
in interfaceFisheryRegion
-
setMapFiles
- Specified by:
setMapFiles
in interfaceFisheryRegion
-
getMapFiles
- Specified by:
getMapFiles
in interfaceFisheryRegion
-
setComment
- Specified by:
setComment
in interfaceFisheryRegion
-
getComment
- Specified by:
getComment
in interfaceFisheryRegion
-
getAggregate
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException- Specified by:
getAggregate
in interfaceorg.nuiton.topia.persistence.TopiaEntity
- Overrides:
getAggregate
in classorg.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 interfaceorg.nuiton.topia.persistence.TopiaEntity
- Overrides:
getComposite
in classorg.nuiton.topia.persistence.TopiaEntityAbstract
- Throws:
org.nuiton.topia.TopiaException
-
toString
-