fr.ifremer.isisfish.entities
Interface PopulationGroup

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
PopulationGroupAbstract, PopulationGroupImpl

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


Field Summary
static String AGE
           
static String COMMENT
           
static String ID
           
static String MAX_LENGTH
           
static String MIN_LENGTH
           
static String POPULATION
           
static String REPRODUCTION_RATE
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 double getAge()
          getAge :
 String getComment()
          getComment :
 int getId()
          getId :
 double getLength()
          getLength :
 double getMaxLength()
          getMaxLength :
 double getMeanWeight()
          getMeanWeight :
 double getMinLength()
          getMinLength :
 double getNaturalDeathRate(Zone zone)
          getNaturalDeathRate :
 Population getPopulation()
          getPopulation :
 double getPrice()
          getPrice :
 double getReproductionRate()
          getReproductionRate : Le taux de fécondité pour le group
 boolean isInLength(double length)
          isInLength :
 void setAge(double age)
          setAge :
 void setComment(String comment)
          setComment :
 void setId(int id)
          setId :
 void setMaxLength(double maxLength)
          setMaxLength :
 void setMinLength(double minLength)
          setMinLength :
 void setPopulation(Population population)
          setPopulation :
 void setReproductionRate(double reproductionRate)
          setReproductionRate : Le taux de fécondité pour le group
 
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

ID

static final String ID
See Also:
Constant Field Values

REPRODUCTION_RATE

static final String REPRODUCTION_RATE
See Also:
Constant Field Values

AGE

static final String AGE
See Also:
Constant Field Values

MIN_LENGTH

static final String MIN_LENGTH
See Also:
Constant Field Values

MAX_LENGTH

static final String MAX_LENGTH
See Also:
Constant Field Values

COMMENT

static final String COMMENT
See Also:
Constant Field Values

POPULATION

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

setId

void setId(int id)
setId :

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

getId

int getId()
getId :

Returns:
int

setReproductionRate

void setReproductionRate(double reproductionRate)
setReproductionRate :

Le taux de fécondité pour le group

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

getReproductionRate

double getReproductionRate()
getReproductionRate :

Le taux de fécondité pour le group

Returns:
double

setAge

void setAge(double age)
setAge :

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

getAge

double getAge()
getAge :

Returns:
double

setMinLength

void setMinLength(double minLength)
setMinLength :

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

getMinLength

double getMinLength()
getMinLength :

Returns:
double

setMaxLength

void setMaxLength(double maxLength)
setMaxLength :

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

getMaxLength

double getMaxLength()
getMaxLength :

Returns:
double

setComment

void setComment(String comment)
setComment :

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

getComment

String getComment()
getComment :

Returns:
String

setPopulation

void setPopulation(Population population)
setPopulation :

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

getPopulation

Population getPopulation()
getPopulation :

Returns:
Population

getLength

double getLength()
getLength :

Returns:
double

getNaturalDeathRate

double getNaturalDeathRate(Zone zone)
getNaturalDeathRate :

Parameters:
zone -
Returns:
double

getMeanWeight

double getMeanWeight()
getMeanWeight :

Returns:
double

getPrice

double getPrice()
getPrice :

Returns:
double

isInLength

boolean isInLength(double length)
isInLength :

Parameters:
length -
Returns:
boolean


Copyright © 1999-2011 CodeLutin. All Rights Reserved.