|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PopulationGroup
| Field Summary | |
|---|---|
static String |
PROPERTY_AGE
|
static String |
PROPERTY_COMMENT
|
static String |
PROPERTY_ID
|
static String |
PROPERTY_MAX_LENGTH
|
static String |
PROPERTY_MIN_LENGTH
|
static String |
PROPERTY_POPULATION
|
| 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 | |
|---|---|
double |
getAge()
|
String |
getComment()
|
int |
getId()
|
double |
getLength()
|
double |
getMaturityOgive()
|
double |
getMaxLength()
|
double |
getMeanWeight()
|
double |
getMinLength()
|
double |
getNaturalDeathRate(Zone zone)
|
Population |
getPopulation()
|
double |
getPrice()
|
double |
getReproductionRate()
|
boolean |
isInLength(double length)
|
void |
setAge(double age)
|
void |
setComment(String comment)
|
void |
setId(int id)
|
void |
setMaxLength(double maxLength)
|
void |
setMinLength(double minLength)
|
void |
setPopulation(Population population)
|
| 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 |
|---|
static final String PROPERTY_ID
static final String PROPERTY_AGE
static final String PROPERTY_MIN_LENGTH
static final String PROPERTY_MAX_LENGTH
static final String PROPERTY_COMMENT
static final String PROPERTY_POPULATION
| Method Detail |
|---|
void setId(int id)
int getId()
void setAge(double age)
double getAge()
void setMinLength(double minLength)
double getMinLength()
void setMaxLength(double maxLength)
double getMaxLength()
void setComment(String comment)
String getComment()
void setPopulation(Population population)
Population getPopulation()
double getLength()
double getNaturalDeathRate(Zone zone)
double getMeanWeight()
double getPrice()
boolean isInLength(double length)
double getMaturityOgive()
double getReproductionRate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||