public class Customer extends Object
| Constructor and Description |
|---|
Customer(BoletoModel boletoModel) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
String |
getEmail() |
String |
getIdentity() |
String |
getName() |
String |
getPhone() |
void |
setAddress(Address address) |
void |
setEmail(String email) |
void |
setIdentity(String identity) |
void |
setName(String name) |
void |
setPhone(String phone) |
String |
toString() |
public Customer(BoletoModel boletoModel)
public String getName()
public void setName(String name)
public String getIdentity()
public void setIdentity(String identity)
public String getPhone()
public void setPhone(String phone)
public String getEmail()
public void setEmail(String email)
public Address getAddress()
public void setAddress(Address address)
Copyright © 2022. All rights reserved.