Class RecruitmentInput

java.lang.Object
fr.ifremer.isisfish.types.ReproductionData
fr.ifremer.isisfish.types.RecruitmentInput

public class RecruitmentInput extends ReproductionData
Data used to compute recruitement equation. Contains:
  • Aboundance (for related month)
  • Biomass (for related month)
  • Repro (for related month)
  • recuitementContribution (can be null if outside recruitemnent period)
Since:
4.4.0.0
  • Field Details

    • recruitementContribution

      protected Double recruitementContribution
      RecuitementContribution (can be null if outside recruitement period).
  • Constructor Details

    • RecruitmentInput

      public RecruitmentInput()
    • RecruitmentInput

      public RecruitmentInput(ReproductionData data)
  • Method Details

    • getRecruitementContribution

      public Double getRecruitementContribution()
      RecuitementContribution
      Returns:
      recuitementContribution (can be null if outside recruitement period).
    • setRecruitementContribution

      public void setRecruitementContribution(Double recruitementContribution)
      Set RecruitementContribution
      Parameters:
      recruitementContribution - recuitementContribution (can be null if outside recruitement period).