fr.ifremer.isisfish.entities
Class CellAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by fr.ifremer.isisfish.entities.CellAbstract
All Implemented Interfaces:
Cell, Serializable, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
CellImpl

public abstract class CellAbstract
extends org.nuiton.topia.persistence.TopiaEntityAbstract
implements Cell

See Also:
Serialized Form

Field Summary
protected  String comment
           
protected  boolean land
           
protected  float latitude
           
protected  float longitude
           
protected  String name
           
 
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.Cell
COMMENT, LAND, LATITUDE, LONGITUDE, NAME
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
CellAbstract()
           
 
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 :
 String getComment()
          getComment :
 List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
          getComposite :
 boolean getLand()
          getLand :
 float getLatitude()
          getLatitude :
 float getLongitude()
          getLongitude :
 String getName()
          getName :
 void setComment(String value)
          setComment :
 void setLand(boolean value)
          setLand :
 void setLatitude(float value)
          setLatitude :
 void setLongitude(float value)
          setLongitude :
 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, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, 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.Cell
getFisheryRegion
 
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
 

Field Detail

name

protected String name

latitude

protected float latitude

longitude

protected float longitude

land

protected boolean land

comment

protected String comment
Constructor Detail

CellAbstract

public CellAbstract()
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 List<org.nuiton.topia.persistence.TopiaEntity> accept()
                                                      throws org.nuiton.topia.TopiaException
accept :

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

getComposite

public 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(String value)
setName :

Specified by:
setName in interface Cell
Parameters:
value -

getName

public String getName()
getName :

Specified by:
getName in interface Cell
Returns:
String

setLatitude

public void setLatitude(float value)
setLatitude :

Specified by:
setLatitude in interface Cell
Parameters:
value -

getLatitude

public float getLatitude()
getLatitude :

Specified by:
getLatitude in interface Cell
Returns:
float

setLongitude

public void setLongitude(float value)
setLongitude :

Specified by:
setLongitude in interface Cell
Parameters:
value -

getLongitude

public float getLongitude()
getLongitude :

Specified by:
getLongitude in interface Cell
Returns:
float

setLand

public void setLand(boolean value)
setLand :

Specified by:
setLand in interface Cell
Parameters:
value -

getLand

public boolean getLand()
getLand :

Specified by:
getLand in interface Cell
Returns:
boolean

setComment

public void setComment(String value)
setComment :

Specified by:
setComment in interface Cell
Parameters:
value -

getComment

public String getComment()
getComment :

Specified by:
getComment in interface Cell
Returns:
String

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 1999-2011 CodeLutin. All Rights Reserved.