public abstract class FisheryRegionAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements FisheryRegion
| Modifier and Type | Field and Description |
|---|---|
protected float |
cellLengthLatitude
Area represente la région dans lequel on va définir la pêcherie.
|
protected float |
cellLengthLongitude
Area represente la région dans lequel on va définir la pêcherie.
|
protected String |
comment
Area represente la région dans lequel on va définir la pêcherie.
|
protected String |
mapFiles
Area represente la région dans lequel on va définir la pêcherie.
|
protected float |
maxLatitude
Area represente la région dans lequel on va définir la pêcherie.
|
protected float |
maxLongitude
Area represente la région dans lequel on va définir la pêcherie.
|
protected float |
minLatitude
Area represente la région dans lequel on va définir la pêcherie.
|
protected float |
minLongitude
Area represente la région dans lequel on va définir la pêcherie.
|
protected String |
name
Area represente la région dans lequel on va définir la pêcherie.
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_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| Constructor and Description |
|---|
FisheryRegionAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
delete() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
float |
getCellLengthLatitude() |
float |
getCellLengthLongitude() |
String |
getComment() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
String |
getMapFiles() |
float |
getMaxLatitude() |
float |
getMaxLongitude() |
float |
getMinLatitude() |
float |
getMinLongitude() |
String |
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 |
setName(String name) |
String |
toString() |
void |
update() |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCell, getGear, getMapFileList, getMapFilePath, getMetier, getPort, getSetOfVessels, getSpecies, getStrategy, getTripType, getVesselType, getZone, setMapFileListgetTopiaContext, setTopiaContextaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String name
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : nameprotected float minLongitude
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : minLongitudeprotected float maxLongitude
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : maxLongitudeprotected float minLatitude
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : minLatitudeprotected float maxLatitude
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : maxLatitudeprotected float cellLengthLongitude
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : cellLengthLongitudeprotected float cellLengthLatitude
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : cellLengthLatitudeprotected String mapFiles
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : mapFilesprotected String comment
Area represente la région dans lequel on va définir la pêcherie. Les objets de la pêcherie n'ont plus de lien vers elle, car il n'y en existe qu'une seul dans chaque pêcherie.
Nom de l'attribut en BD : commentpublic void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setName(String name)
setName in interface FisheryRegionpublic String getName()
getName in interface FisheryRegionpublic void setMinLongitude(float minLongitude)
setMinLongitude in interface FisheryRegionpublic float getMinLongitude()
getMinLongitude in interface FisheryRegionpublic void setMaxLongitude(float maxLongitude)
setMaxLongitude in interface FisheryRegionpublic float getMaxLongitude()
getMaxLongitude in interface FisheryRegionpublic void setMinLatitude(float minLatitude)
setMinLatitude in interface FisheryRegionpublic float getMinLatitude()
getMinLatitude in interface FisheryRegionpublic void setMaxLatitude(float maxLatitude)
setMaxLatitude in interface FisheryRegionpublic float getMaxLatitude()
getMaxLatitude in interface FisheryRegionpublic void setCellLengthLongitude(float cellLengthLongitude)
setCellLengthLongitude in interface FisheryRegionpublic float getCellLengthLongitude()
getCellLengthLongitude in interface FisheryRegionpublic void setCellLengthLatitude(float cellLengthLatitude)
setCellLengthLatitude in interface FisheryRegionpublic float getCellLengthLatitude()
getCellLengthLatitude in interface FisheryRegionpublic void setMapFiles(String mapFiles)
setMapFiles in interface FisheryRegionpublic String getMapFiles()
getMapFiles in interface FisheryRegionpublic void setComment(String comment)
setComment in interface FisheryRegionpublic String getComment()
getComment in interface FisheryRegionpublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 1999–2013 CodeLutin. All rights reserved.