Customer(int customerID, String name, String address, String city, String country, String phone)
String
getAddress()
getCity()
getCountry()
int
getCustomerID()
getName()
List<Order>
getOrders()
getPhone()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object