fr.ifremer.isisfish.entities
Interface Cell

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
CellAbstract, CellImpl

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


Field Summary
static String PROPERTY_COMMENT
           
static String PROPERTY_LAND
           
static String PROPERTY_LATITUDE
           
static String PROPERTY_LONGITUDE
           
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
 String getComment()
           
 FisheryRegion getFisheryRegion()
          Représente le plus petit élément géographique de la région.
 boolean getLand()
           
 float getLatitude()
           
 float getLongitude()
           
 String getName()
           
 boolean isLand()
           
 void setComment(String comment)
           
 void setLand(boolean land)
           
 void setLatitude(float latitude)
           
 void setLongitude(float longitude)
           
 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_LATITUDE

static final String PROPERTY_LATITUDE
See Also:
Constant Field Values

PROPERTY_LONGITUDE

static final String PROPERTY_LONGITUDE
See Also:
Constant Field Values

PROPERTY_LAND

static final String PROPERTY_LAND
See Also:
Constant Field Values

PROPERTY_COMMENT

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

setName

void setName(String name)

getName

String getName()

setLatitude

void setLatitude(float latitude)

getLatitude

float getLatitude()

setLongitude

void setLongitude(float longitude)

getLongitude

float getLongitude()

setLand

void setLand(boolean land)

isLand

boolean isLand()

getLand

boolean getLand()

setComment

void setComment(String comment)

getComment

String getComment()

getFisheryRegion

FisheryRegion getFisheryRegion()

Représente le plus petit élément géographique de la région. Plusieurs Mesh composé constitues une Zone.

Returns:


Copyright © 1999-2012 CodeLutin. All Rights Reserved.