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
FieldsModifier and TypeFieldDescriptionprotected floatNom de l'attribut en BD : cellLengthLatitudeprotected floatNom de l'attribut en BD : cellLengthLongitudeprotected StringNom de l'attribut en BD : commentprotected StringNom de l'attribut en BD : mapFilesprotected floatNom de l'attribut en BD : maxLatitudeprotected floatNom de l'attribut en BD : maxLongitudeprotected floatNom de l'attribut en BD : minLatitudeprotected floatNom de l'attribut en BD : minLongitudeprotected StringNom de l'attribut en BD : nameFields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesFields 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_NAMEFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSIONFields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.nuiton.topia.persistence.EntityVisitor visitor) protected voidaccept0(org.nuiton.topia.persistence.EntityVisitor visitor) voiddelete()List<org.nuiton.topia.persistence.TopiaEntity>floatfloatList<org.nuiton.topia.persistence.TopiaEntity>floatfloatfloatfloatgetName()voidsetCellLengthLatitude(float cellLengthLatitude) voidsetCellLengthLongitude(float cellLengthLongitude) voidsetComment(String comment) voidsetMapFiles(String mapFiles) voidsetMaxLatitude(float maxLatitude) voidsetMaxLongitude(float maxLongitude) voidsetMinLatitude(float minLatitude) voidsetMinLongitude(float minLongitude) voidtoString()voidupdate()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, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface fr.ifremer.isisfish.entities.FisheryRegion
getCell, getGear, getMapFileList, getMapFilePath, getMetier, getObservations, getPort, getSetOfVessels, getSpecies, getStrategy, getTripType, getVesselType, getZone, setMapFileListMethods 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, setTopiaVersionMethods 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:
updatein interfaceorg.nuiton.topia.persistence.TopiaEntityContextable- Throws:
org.nuiton.topia.TopiaException
-
delete
public void delete() throws org.nuiton.topia.TopiaException- Specified by:
deletein 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:
acceptin 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:
setNamein interfaceFisheryRegion
-
getName
- Specified by:
getNamein interfaceFisheryRegion
-
setMinLongitude
public void setMinLongitude(float minLongitude) - Specified by:
setMinLongitudein interfaceFisheryRegion
-
getMinLongitude
public float getMinLongitude()- Specified by:
getMinLongitudein interfaceFisheryRegion
-
setMaxLongitude
public void setMaxLongitude(float maxLongitude) - Specified by:
setMaxLongitudein interfaceFisheryRegion
-
getMaxLongitude
public float getMaxLongitude()- Specified by:
getMaxLongitudein interfaceFisheryRegion
-
setMinLatitude
public void setMinLatitude(float minLatitude) - Specified by:
setMinLatitudein interfaceFisheryRegion
-
getMinLatitude
public float getMinLatitude()- Specified by:
getMinLatitudein interfaceFisheryRegion
-
setMaxLatitude
public void setMaxLatitude(float maxLatitude) - Specified by:
setMaxLatitudein interfaceFisheryRegion
-
getMaxLatitude
public float getMaxLatitude()- Specified by:
getMaxLatitudein interfaceFisheryRegion
-
setCellLengthLongitude
public void setCellLengthLongitude(float cellLengthLongitude) - Specified by:
setCellLengthLongitudein interfaceFisheryRegion
-
getCellLengthLongitude
public float getCellLengthLongitude()- Specified by:
getCellLengthLongitudein interfaceFisheryRegion
-
setCellLengthLatitude
public void setCellLengthLatitude(float cellLengthLatitude) - Specified by:
setCellLengthLatitudein interfaceFisheryRegion
-
getCellLengthLatitude
public float getCellLengthLatitude()- Specified by:
getCellLengthLatitudein interfaceFisheryRegion
-
setMapFiles
- Specified by:
setMapFilesin interfaceFisheryRegion
-
getMapFiles
- Specified by:
getMapFilesin interfaceFisheryRegion
-
setComment
- Specified by:
setCommentin interfaceFisheryRegion
-
getComment
- Specified by:
getCommentin interfaceFisheryRegion
-
getAggregate
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException- Specified by:
getAggregatein interfaceorg.nuiton.topia.persistence.TopiaEntity- Overrides:
getAggregatein 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:
getCompositein interfaceorg.nuiton.topia.persistence.TopiaEntity- Overrides:
getCompositein classorg.nuiton.topia.persistence.TopiaEntityAbstract- Throws:
org.nuiton.topia.TopiaException
-
toString
-