|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PopulationGroup
| 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 |
|---|
static final String ID
static final String REPRODUCTION_RATE
static final String AGE
static final String MIN_LENGTH
static final String MAX_LENGTH
static final String COMMENT
static final String POPULATION
| Method Detail |
|---|
void setId(int id)
id - La valeur de l'attribut id à positionner.int getId()
void setReproductionRate(double reproductionRate)
Le taux de fécondité pour le group
reproductionRate - La valeur de l'attribut reproductionRate à positionner.double getReproductionRate()
Le taux de fécondité pour le group
void setAge(double age)
age - La valeur de l'attribut age à positionner.double getAge()
void setMinLength(double minLength)
minLength - La valeur de l'attribut minLength à positionner.double getMinLength()
void setMaxLength(double maxLength)
maxLength - La valeur de l'attribut maxLength à positionner.double getMaxLength()
void setComment(String comment)
comment - La valeur de l'attribut comment à positionner.String getComment()
void setPopulation(Population population)
population - La valeur de l'attribut population à positionner.Population getPopulation()
double getLength()
double getNaturalDeathRate(Zone zone)
zone -
double getMeanWeight()
double getPrice()
boolean isInLength(double length)
length -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||