Class FlightAssignment

    • Constructor Detail

      • FlightAssignment

        public FlightAssignment()
      • FlightAssignment

        public FlightAssignment​(long id,
                                Flight flight,
                                int indexInFlight,
                                Skill requiredSkill)
    • Method Detail

      • getFlightDurationInMinutes

        public long getFlightDurationInMinutes()
      • getFlight

        public Flight getFlight()
      • setFlight

        public void setFlight​(Flight flight)
      • getIndexInFlight

        public int getIndexInFlight()
      • setIndexInFlight

        public void setIndexInFlight​(int indexInFlight)
      • getRequiredSkill

        public Skill getRequiredSkill()
      • setRequiredSkill

        public void setRequiredSkill​(Skill requiredSkill)
      • getEmployee

        public Employee getEmployee()
      • setEmployee

        public void setEmployee​(Employee employee)