Package fr.ifremer.isisfish.entities
Interface PopulationGroup
- All Superinterfaces:
Serializable
,org.nuiton.topia.persistence.TopiaEntity
,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
PopulationGroupAbstract
,PopulationGroupImpl
public interface PopulationGroup
extends org.nuiton.topia.persistence.TopiaEntityContextable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getAge()
double
int
getId()
double
double
double
double
double
double
getNaturalDeathRate
(Zone zone) double
getPrice()
double
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.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
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
-
Field Details
-
PROPERTY_ID
- See Also:
-
PROPERTY_AGE
- See Also:
-
PROPERTY_MIN_LENGTH
- See Also:
-
PROPERTY_MAX_LENGTH
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
PROPERTY_POPULATION
- See Also:
-
-
Method Details
-
setId
void setId(int id) -
getId
int getId() -
setAge
void setAge(double age) -
getAge
double getAge() -
setMinLength
void setMinLength(double minLength) -
getMinLength
double getMinLength() -
setMaxLength
void setMaxLength(double maxLength) -
getMaxLength
double getMaxLength() -
setComment
-
getComment
String getComment() -
setPopulation
-
getPopulation
Population getPopulation() -
getLength
double getLength() -
getNaturalDeathRate
-
getMeanWeight
double getMeanWeight() -
getPrice
double getPrice() -
isInLength
boolean isInLength(double length) -
getMaturityOgive
double getMaturityOgive() -
getReproductionRate
double getReproductionRate() -
getFishingMortalityOtherFleets
-