Class HazardLink


  • public class HazardLink
    extends HibernateObject
    This class represents the link between Hazards and Commodities This identifies which Commodities need to prompt for which Hazards
    Author:
    SGSystems
    • Field Detail

      • hazard

        public Hazard hazard
        The hazard
      • commodity

        public Commodity commodity
        The commodity
    • Constructor Detail

      • HazardLink

        public HazardLink()
    • Method Detail

      • getCommodity

        public Commodity getCommodity()
      • setCommodity

        public void setCommodity​(Commodity commodity)
      • getHazard

        public Hazard getHazard()
      • setHazard

        public void setHazard​(Hazard hazard)