fr.ifremer.isisfish.entities
Class FisheryRegionAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by fr.ifremer.isisfish.entities.FisheryRegionAbstract
All Implemented Interfaces:
FisheryRegion, java.io.Serializable, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
FisheryRegionImpl

public abstract class FisheryRegionAbstract
extends org.nuiton.topia.persistence.TopiaEntityAbstract
implements FisheryRegion

See Also:
Serialized Form

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
 java.util.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 :
 java.lang.String getComment()
          getComment :
 java.util.List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
          getComposite :
 java.lang.String getMapFiles()
          getMapFiles :
 float getMaxLatitude()
          getMaxLatitude :
 float getMaxLongitude()
          getMaxLongitude :
 float getMinLatitude()
          getMinLatitude :
 float getMinLongitude()
          getMinLongitude :
 java.lang.String getName()
          getName :
 void setCellLengthLatitude(float value)
          setCellLengthLatitude :
 void setCellLengthLongitude(float value)
          setCellLengthLongitude :
 void setComment(java.lang.String value)
          setComment :
 void setMapFiles(java.lang.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(java.lang.String value)
          setName :
 java.lang.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

FisheryRegionAbstract

public FisheryRegionAbstract()
Method Detail

update

public void update()
            throws org.nuiton.topia.TopiaException
update :

Specified by:
update in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
update in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

delete

public void delete()
            throws org.nuiton.topia.TopiaException
delete :

Specified by:
delete in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
delete in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.

Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Parameters:
visitor - le visiteur de l'entite.
Throws:
org.nuiton.topia.TopiaException

accept

public java.util.List<org.nuiton.topia.persistence.TopiaEntity> accept()
                                                                throws org.nuiton.topia.TopiaException
accept :

Returns:
List
Throws:
org.nuiton.topia.TopiaException

getComposite

public java.util.List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                                      throws org.nuiton.topia.TopiaException
getComposite :

Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class org.nuiton.topia.persistence.TopiaEntityAbstract
Returns:
List
Throws:
org.nuiton.topia.TopiaException

setName

public void setName(java.lang.String value)
setName :

Specified by:
setName in interface FisheryRegion
Parameters:
value -

getName

public java.lang.String getName()
getName :

Specified by:
getName in interface FisheryRegion
Returns:
String

setMinLongitude

public void setMinLongitude(float value)
setMinLongitude :

Specified by:
setMinLongitude in interface FisheryRegion
Parameters:
value -

getMinLongitude

public float getMinLongitude()
getMinLongitude :

Specified by:
getMinLongitude in interface FisheryRegion
Returns:
float

setMaxLongitude

public void setMaxLongitude(float value)
setMaxLongitude :

Specified by:
setMaxLongitude in interface FisheryRegion
Parameters:
value -

getMaxLongitude

public float getMaxLongitude()
getMaxLongitude :

Specified by:
getMaxLongitude in interface FisheryRegion
Returns:
float

setMinLatitude

public void setMinLatitude(float value)
setMinLatitude :

Specified by:
setMinLatitude in interface FisheryRegion
Parameters:
value -

getMinLatitude

public float getMinLatitude()
getMinLatitude :

Specified by:
getMinLatitude in interface FisheryRegion
Returns:
float

setMaxLatitude

public void setMaxLatitude(float value)
setMaxLatitude :

Specified by:
setMaxLatitude in interface FisheryRegion
Parameters:
value -

getMaxLatitude

public float getMaxLatitude()
getMaxLatitude :

Specified by:
getMaxLatitude in interface FisheryRegion
Returns:
float

setCellLengthLongitude

public void setCellLengthLongitude(float value)
setCellLengthLongitude :

Specified by:
setCellLengthLongitude in interface FisheryRegion
Parameters:
value -

getCellLengthLongitude

public float getCellLengthLongitude()
getCellLengthLongitude :

Specified by:
getCellLengthLongitude in interface FisheryRegion
Returns:
float

setCellLengthLatitude

public void setCellLengthLatitude(float value)
setCellLengthLatitude :

Specified by:
setCellLengthLatitude in interface FisheryRegion
Parameters:
value -

getCellLengthLatitude

public float getCellLengthLatitude()
getCellLengthLatitude :

Specified by:
getCellLengthLatitude in interface FisheryRegion
Returns:
float

setMapFiles

public void setMapFiles(java.lang.String value)
setMapFiles :

Specified by:
setMapFiles in interface FisheryRegion
Parameters:
value -

getMapFiles

public java.lang.String getMapFiles()
getMapFiles :

Specified by:
getMapFiles in interface FisheryRegion
Returns:
String

setComment

public void setComment(java.lang.String value)
setComment :

Specified by:
setComment in interface FisheryRegion
Parameters:
value -

getComment

public java.lang.String getComment()
getComment :

Specified by:
getComment in interface FisheryRegion
Returns:
String

toString

public java.lang.String toString()
toString :

Overrides:
toString in class java.lang.Object
Returns:
String


Copyright © 1999-2010 CodeLutin. All Rights Reserved.