public class StockQuote extends java.lang.Object
StockQuote()
java.lang.String
getError()
getSymbol()
java.util.Calendar
getTimestamp()
java.lang.Double
getValue()
void
setError(java.lang.String error)
setSymbol(java.lang.String symbol)
setTimestamp(java.util.Calendar timestamp)
setValue(java.lang.Double value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StockQuote()
public java.lang.String getSymbol()
public void setSymbol(java.lang.String symbol)
public java.util.Calendar getTimestamp()
public void setTimestamp(java.util.Calendar timestamp)
public java.lang.Double getValue()
public void setValue(java.lang.Double value)
public java.lang.String getError()
public void setError(java.lang.String error)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0