fr.ifremer.isisfish.entities
Interface Zone

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
ZoneAbstract, ZoneImpl

public interface Zone
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static java.lang.String CELL
           
static java.lang.String COMMENT
           
static java.lang.String NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllCell(java.util.List<Cell> cell)
          addAllCell :
 void addCell(Cell cell)
          addCell :
 void clearCell()
          clearCell :
 java.util.List<Cell> getCell()
          getCell :
 Cell getCellByTopiaId(java.lang.String topiaId)
          getCellByTopiaId : Recupère l'attribut cell à partir de son topiaId
 java.lang.String getComment()
          getComment :
 FisheryRegion getFisheryRegion()
          getFisheryRegion :
 java.lang.String getName()
          getName :
 boolean isCellEmpty()
          isCellEmpty : Retourne true si la collection cell est vide.
 void removeCell(Cell cell)
          removeCell :
 void setCell(java.util.List<Cell> cell)
          setCell :
 void setComment(java.lang.String comment)
          setComment :
 void setName(java.lang.String name)
          setName :
 int sizeCell()
          sizeCell : Retourne le nombre d'éléments de la collection cell
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

NAME

static final java.lang.String NAME
See Also:
Constant Field Values

COMMENT

static final java.lang.String COMMENT
See Also:
Constant Field Values

CELL

static final java.lang.String CELL
See Also:
Constant Field Values
Method Detail

setName

void setName(java.lang.String name)
setName :

Parameters:
name - La valeur de l'attribut name à positionner.

getName

java.lang.String getName()
getName :

Returns:
String

setComment

void setComment(java.lang.String comment)
setComment :

Parameters:
comment - La valeur de l'attribut comment à positionner.

getComment

java.lang.String getComment()
getComment :

Returns:
String

addCell

void addCell(Cell cell)
addCell :

Parameters:
cell - L'instance de cell à ajouter

addAllCell

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

Parameters:
cell - Les instances de cell à ajouter

setCell

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

Parameters:
cell - La Collection de cell à ajouter

removeCell

void removeCell(Cell cell)
removeCell :

Parameters:
cell - Vide la Collection de cell

clearCell

void clearCell()
clearCell :


getCell

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

Returns:
List

getCellByTopiaId

Cell getCellByTopiaId(java.lang.String topiaId)
getCellByTopiaId : Recupère l'attribut cell à partir de son topiaId

Parameters:
topiaId - le topia id de l'entité recherchée
Returns:
Cell

sizeCell

int sizeCell()
sizeCell : Retourne le nombre d'éléments de la collection cell

Returns:
int

isCellEmpty

boolean isCellEmpty()
isCellEmpty : Retourne true si la collection cell est vide.

Returns:
boolean

getFisheryRegion

FisheryRegion getFisheryRegion()
getFisheryRegion :

Returns:
FisheryRegion


Copyright © 1999-2010 CodeLutin. All Rights Reserved.