fr.ifremer.isisfish.entities
Interface Port

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
PortAbstract, PortImpl

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


Field Summary
static String CELL
           
static String COMMENT
           
static String NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 Cell getCell()
          getCell :
 String getComment()
          getComment :
 FisheryRegion getFisheryRegion()
          getFisheryRegion :
 String getName()
          getName :
 void setCell(Cell cell)
          setCell :
 void setComment(String comment)
          setComment :
 void setName(String name)
          setName :
 
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 String NAME
See Also:
Constant Field Values

COMMENT

static final String COMMENT
See Also:
Constant Field Values

CELL

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

setName

void setName(String name)
setName :

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

getName

String getName()
getName :

Returns:
String

setComment

void setComment(String comment)
setComment :

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

getComment

String getComment()
getComment :

Returns:
String

setCell

void setCell(Cell cell)
setCell :

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

getCell

Cell getCell()
getCell :

Returns:
Cell

getFisheryRegion

FisheryRegion getFisheryRegion()
getFisheryRegion :

Returns:
FisheryRegion


Copyright © 1999-2011 CodeLutin. All Rights Reserved.