@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Wed Jun 24 10:15:37 CEST 2015") public abstract class FisheryRegionAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements FisheryRegion
| Modifier and Type | Field and Description |
|---|---|
protected float |
cellLengthLatitude
Nom de l'attribut en BD : cellLengthLatitude
|
protected float |
cellLengthLongitude
Nom de l'attribut en BD : cellLengthLongitude
|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected String |
mapFiles
Nom de l'attribut en BD : mapFiles
|
protected float |
maxLatitude
Nom de l'attribut en BD : maxLatitude
|
protected float |
maxLongitude
Nom de l'attribut en BD : maxLongitude
|
protected float |
minLatitude
Nom de l'attribut en BD : minLatitude
|
protected float |
minLongitude
Nom de l'attribut en BD : minLongitude
|
protected String |
name
Nom de l'attribut en BD : name
|
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) |
protected void |
accept0(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, getObservations, 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
protected float minLongitude
protected float maxLongitude
protected float minLatitude
protected float maxLatitude
protected float cellLengthLongitude
protected float cellLengthLatitude
protected String mapFiles
protected String comment
public 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.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
org.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–2015 CodeLutin. All rights reserved.