6
If a person has more than one address. The code below is correct?
public class Pessoa implements Serializable {
private static final long serialVersionUID = 1L;
private int codigo;
private String descricao;
private String dataNascimento;
private String cpfcnpj;
private PessoaEndereco pessoaEndereco;
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero