Class GardenRow

Object
GardenRow

public class GardenRow extends Object
  • Field Details

    • light

      private final String light
    • pH

      private final int pH
    • plant

      private GardenPlant plant
  • Constructor Details

    • GardenRow

      public GardenRow(String light, int pH)
  • Method Details

    • getLight

      public String getLight()
    • getPH

      public int getPH()
    • getPlant

      public GardenPlant getPlant()
    • setPlant

      public void setPlant(GardenPlant plant)
    • main

      public static void main(String[] args)