public class Contact extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
int |
getId() |
String |
getName() |
String |
getPhone() |
Contact |
setAddress(String address) |
Contact |
setId(int id) |
Contact |
setName(String name) |
Contact |
setPhone(String phone) |
String |
toString() |
Copyright © 2015. All rights reserved.