@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") 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, writeVetoables
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
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, setTopiaVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCell, getGear, getMapFileList, getMapFilePath, getMetier, getObservations, getPort, getSetOfVessels, getSpecies, getStrategy, getTripType, getVesselType, getZone, setMapFileList
getTopiaContext, setTopiaContext
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
protected 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.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void delete() throws org.nuiton.topia.TopiaException
delete
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept
in interface org.nuiton.topia.persistence.TopiaEntity
org.nuiton.topia.TopiaException
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public void setName(String name)
setName
in interface FisheryRegion
public String getName()
getName
in interface FisheryRegion
public void setMinLongitude(float minLongitude)
setMinLongitude
in interface FisheryRegion
public float getMinLongitude()
getMinLongitude
in interface FisheryRegion
public void setMaxLongitude(float maxLongitude)
setMaxLongitude
in interface FisheryRegion
public float getMaxLongitude()
getMaxLongitude
in interface FisheryRegion
public void setMinLatitude(float minLatitude)
setMinLatitude
in interface FisheryRegion
public float getMinLatitude()
getMinLatitude
in interface FisheryRegion
public void setMaxLatitude(float maxLatitude)
setMaxLatitude
in interface FisheryRegion
public float getMaxLatitude()
getMaxLatitude
in interface FisheryRegion
public void setCellLengthLongitude(float cellLengthLongitude)
setCellLengthLongitude
in interface FisheryRegion
public float getCellLengthLongitude()
getCellLengthLongitude
in interface FisheryRegion
public void setCellLengthLatitude(float cellLengthLatitude)
setCellLengthLatitude
in interface FisheryRegion
public float getCellLengthLatitude()
getCellLengthLatitude
in interface FisheryRegion
public void setMapFiles(String mapFiles)
setMapFiles
in interface FisheryRegion
public String getMapFiles()
getMapFiles
in interface FisheryRegion
public void setComment(String comment)
setComment
in interface FisheryRegion
public String getComment()
getComment
in interface FisheryRegion
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate
in interface org.nuiton.topia.persistence.TopiaEntity
getAggregate
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite
in interface org.nuiton.topia.persistence.TopiaEntity
getComposite
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
Copyright © 1999–2020 CodeLutin. All rights reserved.