Interface EffortDescription

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
EffortDescriptionAbstract, EffortDescriptionImpl

public interface EffortDescription extends org.nuiton.topia.persistence.TopiaEntityContextable
  • Field Details

  • Method Details

    • setFishingOperation

      void setFishingOperation(int fishingOperation)
    • getFishingOperation

      int getFishingOperation()
    • setFishingOperationDuration

      void setFishingOperationDuration(TimeUnit fishingOperationDuration)
    • getFishingOperationDuration

      TimeUnit getFishingOperationDuration()
    • setGearsNumberPerOperation

      void setGearsNumberPerOperation(int gearsNumberPerOperation)
    • getGearsNumberPerOperation

      int getGearsNumberPerOperation()
    • setCrewSize

      void setCrewSize(int crewSize)
    • getCrewSize

      int getCrewSize()
    • setUnitCostOfFishing

      void setUnitCostOfFishing(double unitCostOfFishing)
    • getUnitCostOfFishing

      double getUnitCostOfFishing()
    • setFixedCrewSalary

      void setFixedCrewSalary(double fixedCrewSalary)
    • getFixedCrewSalary

      double getFixedCrewSalary()
    • setCrewShareRate

      void setCrewShareRate(double crewShareRate)
    • getCrewShareRate

      double getCrewShareRate()
    • setCrewFoodCost

      void setCrewFoodCost(double crewFoodCost)
    • getCrewFoodCost

      double getCrewFoodCost()
    • setRepairAndMaintenanceGearCost

      void setRepairAndMaintenanceGearCost(double repairAndMaintenanceGearCost)
    • getRepairAndMaintenanceGearCost

      double getRepairAndMaintenanceGearCost()
    • setOtherRunningCost

      void setOtherRunningCost(double otherRunningCost)
    • getOtherRunningCost

      double getOtherRunningCost()
    • setLandingCosts

      void setLandingCosts(double landingCosts)
    • getLandingCosts

      double getLandingCosts()
    • setSetOfVessels

      void setSetOfVessels(SetOfVessels setOfVessels)
    • getSetOfVessels

      SetOfVessels getSetOfVessels()
    • setPossibleMetiers

      void setPossibleMetiers(Metier possibleMetiers)
    • getPossibleMetiers

      Metier getPossibleMetiers()
    • toString

      String toString()
      Overrides:
      toString in class Object