@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:59 UTC 2020") 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() |
double |
getFishingMortalityOtherFleets(Zone zone) |
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, update
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
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
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()
double getFishingMortalityOtherFleets(Zone zone)
Copyright © 1999–2020 CodeLutin. All rights reserved.