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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSIONFields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAge()doubleintgetId()doubledoubledoubledoubledoubledoublegetNaturalDeathRate(Zone zone) doublegetPrice()doublebooleanisInLength(double length) voidsetAge(double age) voidsetComment(String comment) voidsetId(int id) voidsetMaxLength(double maxLength) voidsetMinLength(double minLength) voidsetPopulation(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, setTopiaVersionMethods 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
-