@Entity public class GreetingEntity extends Object implements Serializable
| Constructor and Description |
|---|
GreetingEntity() |
GreetingEntity(String phrase) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getId() |
String |
getPhrase() |
void |
setId(UUID id) |
void |
setPhrase(String phrase) |
Copyright © 2016–2017 Sharmarke Aden. All rights reserved.