Class MedianRentInfo

java.lang.Object
hof.filter.viz.MedianRentInfo

public final class MedianRentInfo extends Object
Author:
Dennis Cosgrove
  • Constructor Details

    • MedianRentInfo

      public MedianRentInfo(String areaName, int bedroom0, int bedroom1, int bedroom2, int bedroom3, int bedroom4, int population2017, int population2010)
  • Method Details

    • getAreaName

      public String getAreaName()
    • getBedroom0

      public int getBedroom0()
    • getBedroom1

      public int getBedroom1()
    • getBedroom2

      public int getBedroom2()
    • getBedroom3

      public int getBedroom3()
    • getBedroom4

      public int getBedroom4()
    • getPopulation2010

      public int getPopulation2010()
    • getPopulation2017

      public int getPopulation2017()
    • toString

      public String toString()
      Overrides:
      toString in class Object