|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.FisheryRegionAbstract
public abstract class FisheryRegionAbstract
| Field Summary |
|---|
| Fields 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 |
|---|
CELL_LENGTH_LATITUDE, CELL_LENGTH_LONGITUDE, COMMENT, MAP_FILES, MAX_LATITUDE, MAX_LONGITUDE, MIN_LATITUDE, MIN_LONGITUDE, NAME |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
FisheryRegionAbstract()
|
|
| Method Summary | |
|---|---|
List<org.nuiton.topia.persistence.TopiaEntity> |
accept()
accept : |
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
delete()
delete : |
float |
getCellLengthLatitude()
getCellLengthLatitude : |
float |
getCellLengthLongitude()
getCellLengthLongitude : |
String |
getComment()
getComment : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
String |
getMapFiles()
getMapFiles : |
float |
getMaxLatitude()
getMaxLatitude : |
float |
getMaxLongitude()
getMaxLongitude : |
float |
getMinLatitude()
getMinLatitude : |
float |
getMinLongitude()
getMinLongitude : |
String |
getName()
getName : |
void |
setCellLengthLatitude(float value)
setCellLengthLatitude : |
void |
setCellLengthLongitude(float value)
setCellLengthLongitude : |
void |
setComment(String value)
setComment : |
void |
setMapFiles(String value)
setMapFiles : |
void |
setMaxLatitude(float value)
setMaxLatitude : |
void |
setMaxLongitude(float value)
setMaxLongitude : |
void |
setMinLatitude(float value)
setMinLatitude : |
void |
setMinLongitude(float value)
setMinLongitude : |
void |
setName(String value)
setName : |
String |
toString()
toString : |
void |
update()
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, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, 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, 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, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Constructor Detail |
|---|
public FisheryRegionAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public 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.TopiaExceptionpublic void setName(String value)
setName in interface FisheryRegionvalue - public String getName()
getName in interface FisheryRegionpublic void setMinLongitude(float value)
setMinLongitude in interface FisheryRegionvalue - public float getMinLongitude()
getMinLongitude in interface FisheryRegionpublic void setMaxLongitude(float value)
setMaxLongitude in interface FisheryRegionvalue - public float getMaxLongitude()
getMaxLongitude in interface FisheryRegionpublic void setMinLatitude(float value)
setMinLatitude in interface FisheryRegionvalue - public float getMinLatitude()
getMinLatitude in interface FisheryRegionpublic void setMaxLatitude(float value)
setMaxLatitude in interface FisheryRegionvalue - public float getMaxLatitude()
getMaxLatitude in interface FisheryRegionpublic void setCellLengthLongitude(float value)
setCellLengthLongitude in interface FisheryRegionvalue - public float getCellLengthLongitude()
getCellLengthLongitude in interface FisheryRegionpublic void setCellLengthLatitude(float value)
setCellLengthLatitude in interface FisheryRegionvalue - public float getCellLengthLatitude()
getCellLengthLatitude in interface FisheryRegionpublic void setMapFiles(String value)
setMapFiles in interface FisheryRegionvalue - public String getMapFiles()
getMapFiles in interface FisheryRegionpublic void setComment(String value)
setComment in interface FisheryRegionvalue - public String getComment()
getComment in interface FisheryRegionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||