public class Customer extends Object
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
String |
getName() |
void |
setId(long id) |
void |
setName(String name) |
Copyright © 2021 WSO2 Inc. All rights reserved.