public class Forecast extends Object
| Constructor and Description |
|---|
Forecast() |
Forecast(String destination,
String forecast) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
String |
getForecast() |
void |
setDestination(String destination) |
void |
setForecast(String forecast) |
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.