@Entity public class Customer extends Object
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCustomerAge() |
String |
getCustomerName() |
int |
getId() |
void |
setCustomerAge(int customerAge) |
void |
setCustomerName(String customerName) |
void |
setId(int id) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.