fr.ifremer.isisfish.entities
Interface Cell

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

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


Field Summary
static String COMMENT
           
static String LAND
           
static String LATITUDE
           
static String LONGITUDE
           
static String NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getComment()
          getComment :
 FisheryRegion getFisheryRegion()
          getFisheryRegion :
 boolean getLand()
          getLand :
 float getLatitude()
          getLatitude :
 float getLongitude()
          getLongitude :
 String getName()
          getName :
 void setComment(String comment)
          setComment :
 void setLand(boolean land)
          setLand :
 void setLatitude(float latitude)
          setLatitude :
 void setLongitude(float longitude)
          setLongitude :
 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

LATITUDE

static final String LATITUDE
See Also:
Constant Field Values

LONGITUDE

static final String LONGITUDE
See Also:
Constant Field Values

LAND

static final String LAND
See Also:
Constant Field Values

COMMENT

static final String COMMENT
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

setLatitude

void setLatitude(float latitude)
setLatitude :

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

getLatitude

float getLatitude()
getLatitude :

Returns:
float

setLongitude

void setLongitude(float longitude)
setLongitude :

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

getLongitude

float getLongitude()
getLongitude :

Returns:
float

setLand

void setLand(boolean land)
setLand :

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

getLand

boolean getLand()
getLand :

Returns:
boolean

setComment

void setComment(String comment)
setComment :

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

getComment

String getComment()
getComment :

Returns:
String

getFisheryRegion

FisheryRegion getFisheryRegion()
getFisheryRegion :

Returns:
FisheryRegion


Copyright © 1999-2010 CodeLutin. All Rights Reserved.