@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Tue Jun 10 19:21:29 CEST 2014") public interface PopulationGroup extends org.nuiton.topia.persistence.TopiaEntityContextable
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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) |
delete, getTopiaContext, setTopiaContext, updateaccept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic 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
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()
Copyright © 1999–2014 CodeLutin. All rights reserved.