public class Greeting extends Object
| Constructor and Description |
|---|
Greeting(String text) |
Greeting(String locale,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale() |
String |
getText() |
void |
setLocale(String locale) |
void |
setText(String text) |
Copyright © 2018. All rights reserved.