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