fr.ifremer.isisfish.entities
Interface Port

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

public interface Port
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
 Cell getCell()
          getCell :
 java.lang.String getComment()
          getComment :
 FisheryRegion getFisheryRegion()
          getFisheryRegion :
 java.lang.String getName()
          getName :
 void setCell(Cell cell)
          setCell :
 void setComment(java.lang.String comment)
          setComment :
 void setName(java.lang.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 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

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-2010 CodeLutin. All Rights Reserved.