public class Customer extends Object
Customer()
Customer
email(String email)
phone(String phone)
void
setEmail(String email)
setPhone(String phone)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Customer()
public void setPhone(String phone)
public Customer phone(String phone)
phone
public void setEmail(String email)
public Customer email(String email)
email
public String toString()
toString
Object
Copyright © 2022. All rights reserved.