fr.ifremer.isisfish.entities
Interface Port

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

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

setCell

void setCell(Cell cell)

getCell

Cell getCell()

getFisheryRegion

FisheryRegion getFisheryRegion()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.