fr.ifremer.isisfish.entities
Interface Zone

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

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


Field Summary
static String PROPERTY_CELL
           
static String PROPERTY_COMMENT
           
static String PROPERTY_NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllCell(List<Cell> cell)
           
 void addCell(Cell cell)
           
 void clearCell()
           
 List<Cell> getCell()
           
 Cell getCellByTopiaId(String topiaId)
           
 String getComment()
           
 FisheryRegion getFisheryRegion()
           
 String getName()
           
 boolean isCellEmpty()
           
 void removeCell(Cell cell)
           
 void setCell(List<Cell> cell)
           
 void setComment(String comment)
           
 void setName(String name)
           
 int sizeCell()
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

PROPERTY_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_COMMENT

static final String PROPERTY_COMMENT
See Also:
Constant Field Values

PROPERTY_CELL

static final String PROPERTY_CELL
See Also:
Constant Field Values
Method Detail

setName

void setName(String name)

getName

String getName()

setComment

void setComment(String comment)

getComment

String getComment()

addCell

void addCell(Cell cell)

addAllCell

void addAllCell(List<Cell> cell)

setCell

void setCell(List<Cell> cell)

removeCell

void removeCell(Cell cell)

clearCell

void clearCell()

getCell

List<Cell> getCell()

getCellByTopiaId

Cell getCellByTopiaId(String topiaId)

sizeCell

int sizeCell()

isCellEmpty

boolean isCellEmpty()

getFisheryRegion

FisheryRegion getFisheryRegion()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.