package cse308.swift.shared.beans; public class Quote { private String symbol; private double ask; private double averageDailyVolume; private double bid; private double askRealTime; private double bidRealTime; private double bookValue; private String changePercentChange; private double change; private double changeRealtime; private String afterHoursChangeRealTime; private double dividendShare; private String lastTradeDate; private double earningsShare; private double epsEstimateCurrentYear; private double epsEstimateNextYear; private double epsEstimateNextQuarter ; private double daysLow; private double daysHigh; private double yearLow; private double yearHigh; private String holdingsGainPercent; private String holdingsGainPercentRealtime; private String moreInfo; private String marketCapitalization; private String ebitda; private double changeFromYearLow; private String percentChangeFromYearLow; private String lastTradeRealtimeWithTime; private String changePercentRealtime; private double changeFromYearHigh; private String percentChangeFromYearHigh; private String lastTradeWithTime; private double lastTradePriceOnly; private String daysRange; private String daysRangeRealtime; private double fiftyDayMovingAverage; private double twoHunderedDayMovingAverage; private double changeFromTwoHundredDayMovingAverage; private String percentChangeFromTwoHundredDayMovingAverage ; private double changeFromFiftyDayMovingAverage; private String percentChangeFromFiftyDayMovingAverage ; private String name; private double open; private double previousClose; private String changeInPercent; private double priceSales; private double priceBook; private String exDividendDate; private Double peRatio; private double pegRatio; private double priceEpsEstimateCurrentYear; private double priceEpsEstimateNextYear; private double shortRatio; private String lastTradeTime; private String tickerTrend; private double oneYearPriceTarget ; private double volume; private String yearRange; private String daysValueChange; private String daysValueChangeRealtime; private String stockExchange; private String percentChange; public String getSymbol() { return symbol; } public void setSymbol(String symbol) { this.symbol = symbol; } public double getAsk() { return ask; } public void setAsk(double ask) { this.ask = ask; } public double getAverageDailyVolume() { return averageDailyVolume; } public void setAverageDailyVolume(double averageDailyVolume) { this.averageDailyVolume = averageDailyVolume; } public double getBid() { return bid; } public void setBid(double bid) { this.bid = bid; } public double getAskRealTime() { return askRealTime; } public void setAskRealTime(double askRealTime) { this.askRealTime = askRealTime; } public double getBidRealTime() { return bidRealTime; } public void setBidRealTime(double bidRealTime) { this.bidRealTime = bidRealTime; } public double getBookValue() { return bookValue; } public void setBookValue(double bookValue) { this.bookValue = bookValue; } public String getChangePercentChange() { return changePercentChange; } public void setChangePercentChange(String changePercentChange) { this.changePercentChange = changePercentChange; } public double getChange() { return change; } public void setChange(double change) { this.change = change; } public double getChangeRealtime() { return changeRealtime; } public void setChangeRealtime(double changeRealtime) { this.changeRealtime = changeRealtime; } public String getAfterHoursChangeRealTime() { return afterHoursChangeRealTime; } public void setAfterHoursChangeRealTime(String afterHoursChangeRealTime) { this.afterHoursChangeRealTime = afterHoursChangeRealTime; } public double getDividendShare() { return dividendShare; } public void setDividendShare(double dividendShare) { this.dividendShare = dividendShare; } public String getLastTradeDate() { return lastTradeDate; } public void setLastTradeDate(String lastTradeDate) { this.lastTradeDate = lastTradeDate; } public double getEarningsShare() { return earningsShare; } public void setEarningsShare(double earningsShare) { this.earningsShare = earningsShare; } public double getEpsEstimateCurrentYear() { return epsEstimateCurrentYear; } public void setEpsEstimateCurrentYear(double epsEstimateCurrentYear) { this.epsEstimateCurrentYear = epsEstimateCurrentYear; } public double getEpsEstimateNextYear() { return epsEstimateNextYear; } public void setEpsEstimateNextYear(double epsEstimateNextYear) { this.epsEstimateNextYear = epsEstimateNextYear; } public double getEpsEstimateNextQuarter() { return epsEstimateNextQuarter; } public void setEpsEstimateNextQuarter(double epsEstimateNextQuarter) { this.epsEstimateNextQuarter = epsEstimateNextQuarter; } public double getDaysLow() { return daysLow; } public void setDaysLow(double daysLow) { this.daysLow = daysLow; } public double getDaysHigh() { return daysHigh; } public void setDaysHigh(double daysHigh) { this.daysHigh = daysHigh; } public double getYearLow() { return yearLow; } public void setYearLow(double yearLow) { this.yearLow = yearLow; } public double getYearHigh() { return yearHigh; } public void setYearHigh(double yearHigh) { this.yearHigh = yearHigh; } public String getHoldingsGainPercent() { return holdingsGainPercent; } public void setHoldingsGainPercent(String holdingsGainPercent) { this.holdingsGainPercent = holdingsGainPercent; } public String getHoldingsGainPercentRealtime() { return holdingsGainPercentRealtime; } public void setHoldingsGainPercentRealtime(String holdingsGainPercentRealtime) { this.holdingsGainPercentRealtime = holdingsGainPercentRealtime; } public String getMoreInfo() { return moreInfo; } public void setMoreInfo(String moreInfo) { this.moreInfo = moreInfo; } public String getMarketCapitalization() { return marketCapitalization; } public void setMarketCapitalization(String marketCapitalization) { this.marketCapitalization = marketCapitalization; } public String getEbitda() { return ebitda; } public void setEbitda(String ebitda) { this.ebitda = ebitda; } public double getChangeFromYearLow() { return changeFromYearLow; } public void setChangeFromYearLow(double changeFromYearLow) { this.changeFromYearLow = changeFromYearLow; } public String getPercentChangeFromYearLow() { return percentChangeFromYearLow; } public void setPercentChangeFromYearLow(String percentChangeFromYearLow) { this.percentChangeFromYearLow = percentChangeFromYearLow; } public String getLastTradeRealtimeWithTime() { return lastTradeRealtimeWithTime; } public void setLastTradeRealtimeWithTime(String lastTradeRealtimeWithTime) { this.lastTradeRealtimeWithTime = lastTradeRealtimeWithTime; } public String getChangePercentRealtime() { return changePercentRealtime; } public void setChangePercentRealtime(String changePercentRealtime) { this.changePercentRealtime = changePercentRealtime; } public double getChangeFromYearHigh() { return changeFromYearHigh; } public void setChangeFromYearHigh(double changeFromYearHigh) { this.changeFromYearHigh = changeFromYearHigh; } public String getPercentChangeFromYearHigh() { return percentChangeFromYearHigh; } public void setPercentChangeFromYearHigh(String percentChangeFromYearHigh) { this.percentChangeFromYearHigh = percentChangeFromYearHigh; } public String getLastTradeWithTime() { return lastTradeWithTime; } public void setLastTradeWithTime(String lastTradeWithTime) { this.lastTradeWithTime = lastTradeWithTime; } public double getLastTradePriceOnly() { return lastTradePriceOnly; } public void setLastTradePriceOnly(double lastTradePriceOnly) { this.lastTradePriceOnly = lastTradePriceOnly; } public String getDaysRange() { return daysRange; } public void setDaysRange(String daysRange) { this.daysRange = daysRange; } public String getDaysRangeRealtime() { return daysRangeRealtime; } public void setDaysRangeRealtime(String daysRangeRealtime) { this.daysRangeRealtime = daysRangeRealtime; } public double getFiftyDayMovingAverage() { return fiftyDayMovingAverage; } public void setFiftyDayMovingAverage(double fiftyDayMovingAverage) { this.fiftyDayMovingAverage = fiftyDayMovingAverage; } public double getTwoHunderedDayMovingAverage() { return twoHunderedDayMovingAverage; } public void setTwoHunderedDayMovingAverage(double twoHunderedDayMovingAverage) { this.twoHunderedDayMovingAverage = twoHunderedDayMovingAverage; } public double getChangeFromTwoHundredDayMovingAverage() { return changeFromTwoHundredDayMovingAverage; } public void setChangeFromTwoHundredDayMovingAverage( double changeFromTwoHundredDayMovingAverage) { this.changeFromTwoHundredDayMovingAverage = changeFromTwoHundredDayMovingAverage; } public String getPercentChangeFromTwoHundredDayMovingAverage() { return percentChangeFromTwoHundredDayMovingAverage; } public void setPercentChangeFromTwoHundredDayMovingAverage( String percentChangeFromTwoHundredDayMovingAverage) { this.percentChangeFromTwoHundredDayMovingAverage = percentChangeFromTwoHundredDayMovingAverage; } public double getChangeFromFiftyDayMovingAverage() { return changeFromFiftyDayMovingAverage; } public void setChangeFromFiftyDayMovingAverage( double changeFromFiftyDayMovingAverage) { this.changeFromFiftyDayMovingAverage = changeFromFiftyDayMovingAverage; } public String getPercentChangeFromFiftyDayMovingAverage() { return percentChangeFromFiftyDayMovingAverage; } public void setPercentChangeFromFiftyDayMovingAverage( String percentChangeFromFiftyDayMovingAverage) { this.percentChangeFromFiftyDayMovingAverage = percentChangeFromFiftyDayMovingAverage; } public String getName() { return name; } public void setName(String name) { this.name = name; } public double getOpen() { return open; } public void setOpen(double open) { this.open = open; } public double getPreviousClose() { return previousClose; } public void setPreviousClose(double previousClose) { this.previousClose = previousClose; } public String getChangeInPercent() { return changeInPercent; } public void setChangeInPercent(String changeInPercent) { this.changeInPercent = changeInPercent; } public double getPriceSales() { return priceSales; } public void setPriceSales(double priceSales) { this.priceSales = priceSales; } public double getPriceBook() { return priceBook; } public void setPriceBook(double priceBook) { this.priceBook = priceBook; } public String getExDividendDate() { return exDividendDate; } public void setExDividendDate(String exDividendDate) { this.exDividendDate = exDividendDate; } public Double getPeRatio() { return peRatio; } public void setPeRatio(Double peRatio) { this.peRatio = peRatio; } public double getPegRatio() { return pegRatio; } public void setPegRatio(double pegRatio) { this.pegRatio = pegRatio; } public double getPriceEpsEstimateCurrentYear() { return priceEpsEstimateCurrentYear; } public void setPriceEpsEstimateCurrentYear(double priceEpsEstimateCurrentYear) { this.priceEpsEstimateCurrentYear = priceEpsEstimateCurrentYear; } public double getPriceEpsEstimateNextYear() { return priceEpsEstimateNextYear; } public void setPriceEpsEstimateNextYear(double priceEpsEstimateNextYear) { this.priceEpsEstimateNextYear = priceEpsEstimateNextYear; } public double getShortRatio() { return shortRatio; } public void setShortRatio(double shortRatio) { this.shortRatio = shortRatio; } public String getLastTradeTime() { return lastTradeTime; } public void setLastTradeTime(String lastTradeTime) { this.lastTradeTime = lastTradeTime; } public String getTickerTrend() { return tickerTrend; } public void setTickerTrend(String tickerTrend) { this.tickerTrend = tickerTrend; } public double getOneYearPriceTarget() { return oneYearPriceTarget; } public void setOneYearPriceTarget(double oneYearPriceTarget) { this.oneYearPriceTarget = oneYearPriceTarget; } public double getVolume() { return volume; } public void setVolume(double volume) { this.volume = volume; } public String getYearRange() { return yearRange; } public void setYearRange(String yearRange) { this.yearRange = yearRange; } public String getDaysValueChange() { return daysValueChange; } public void setDaysValueChange(String daysValueChange) { this.daysValueChange = daysValueChange; } public String getDaysValueChangeRealtime() { return daysValueChangeRealtime; } public void setDaysValueChangeRealtime(String daysValueChangeRealtime) { this.daysValueChangeRealtime = daysValueChangeRealtime; } public String getStockExchange() { return stockExchange; } public void setStockExchange(String stockExchange) { this.stockExchange = stockExchange; } public String getPercentChange() { return percentChange; } public void setPercentChange(String percentChange) { this.percentChange = percentChange; } }