Class Company


  • public class Company
    extends Object
    A POJO for a company
    • Constructor Detail

      • Company

        public Company​(String name,
                       String symbol,
                       double current,
                       double previous)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getSymbol

        public String getSymbol()
      • setSymbol

        public void setSymbol​(String symbol)
      • getCurrentPrice

        public double getCurrentPrice()
      • setCurrentPrice

        public void setCurrentPrice​(double current)
      • getPreviousPrice

        public double getPreviousPrice()
      • getDelta

        public double getDelta()