Package fr.ifremer.isisfish.entities
Interface TargetSpecies
- All Superinterfaces:
Serializable,org.nuiton.topia.persistence.TopiaEntity,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
TargetSpeciesAbstract,TargetSpeciesImpl
public interface TargetSpecies
extends org.nuiton.topia.persistence.TopiaEntityContextable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptionbooleandoublegetTargetFactor(PopulationGroup group) booleanvoidsetMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo) voidsetPrimaryCatch(boolean primaryCatch) voidsetSpecies(Species species) voidsetTargetFactorEquation(Equation targetFactorEquation) 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_TARGET_FACTOR_EQUATION
- See Also:
-
PROPERTY_PRIMARY_CATCH
- See Also:
-
PROPERTY_SPECIES
- See Also:
-
PROPERTY_METIER_SEASON_INFO
- See Also:
-
-
Method Details
-
setTargetFactorEquation
-
getTargetFactorEquation
Equation getTargetFactorEquation() -
setPrimaryCatch
void setPrimaryCatch(boolean primaryCatch) -
isPrimaryCatch
boolean isPrimaryCatch() -
getPrimaryCatch
boolean getPrimaryCatch() -
setSpecies
-
getSpecies
Species getSpecies() -
setMetierSeasonInfo
-
getMetierSeasonInfo
MetierSeasonInfo getMetierSeasonInfo() -
getTargetFactor
-