fr.ifremer.isisfish.entities
Class ZoneAbstract

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

public abstract class ZoneAbstract
extends org.nuiton.topia.persistence.TopiaEntityAbstract
implements Zone

See Also:
Serialized Form

Field Summary
 java.util.List<Cell> cell
           
 
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.Zone
CELL, COMMENT, NAME
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
ZoneAbstract()
           
 
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 addAllCell(java.util.List<Cell> values)
          addAllCell :
 void addCell(Cell cell)
          addCell :
 void clearCell()
          clearCell :
 void delete()
          delete :
 java.util.List<Cell> getCell()
          getCell :
 Cell getCellByTopiaId(java.lang.String topiaId)
          getCellByTopiaId :
 java.lang.String getComment()
          getComment :
 java.util.List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
          getComposite :
 java.lang.String getName()
          getName :
 boolean isCellEmpty()
          isCellEmpty :
 void removeCell(Cell value)
          removeCell :
 void setCell(java.util.List<Cell> values)
          setCell :
 void setComment(java.lang.String value)
          setComment :
 void setName(java.lang.String value)
          setName :
 int sizeCell()
          sizeCell :
 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.Zone
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

cell

public java.util.List<Cell> cell
Constructor Detail

ZoneAbstract

public ZoneAbstract()
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 Zone
Parameters:
value -

getName

public java.lang.String getName()
getName :

Specified by:
getName in interface Zone
Returns:
String

setComment

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

Specified by:
setComment in interface Zone
Parameters:
value -

getComment

public java.lang.String getComment()
getComment :

Specified by:
getComment in interface Zone
Returns:
String

addCell

public void addCell(Cell cell)
addCell :

Specified by:
addCell in interface Zone
Parameters:
cell -

addAllCell

public void addAllCell(java.util.List<Cell> values)
addAllCell :

Specified by:
addAllCell in interface Zone
Parameters:
values -

getCellByTopiaId

public Cell getCellByTopiaId(java.lang.String topiaId)
getCellByTopiaId :

Specified by:
getCellByTopiaId in interface Zone
Parameters:
topiaId -
Returns:
Cell

setCell

public void setCell(java.util.List<Cell> values)
setCell :

Specified by:
setCell in interface Zone
Parameters:
values -

removeCell

public void removeCell(Cell value)
removeCell :

Specified by:
removeCell in interface Zone
Parameters:
value -

clearCell

public void clearCell()
clearCell :

Specified by:
clearCell in interface Zone

getCell

public java.util.List<Cell> getCell()
getCell :

Specified by:
getCell in interface Zone
Returns:
List

sizeCell

public int sizeCell()
sizeCell :

Specified by:
sizeCell in interface Zone
Returns:
int

isCellEmpty

public boolean isCellEmpty()
isCellEmpty :

Specified by:
isCellEmpty in interface Zone
Returns:
boolean

toString

public java.lang.String toString()
toString :

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


Copyright © 1999-2010 CodeLutin. All Rights Reserved.