Interface Plant

All Known Implementing Classes:
GardenPlant

public interface Plant
  • Method Details

    • getType

      String getType()
    • getName

      String getName()
    • getpHLow

      int getpHLow()
    • setpHLow

      void setpHLow(int pHLow)
    • getpHHigh

      int getpHHigh()
    • setpHHigh

      void setpHHigh(int pHHigh)
    • getAmountOfSunshine

      String getAmountOfSunshine()
    • setAmountOfSunshine

      void setAmountOfSunshine(String amountOfSunshine)