Uses of Class
com.nelioalves.cursomc.domain.Endereco
-
Packages that use Endereco Package Description com.nelioalves.cursomc.domain -
-
Uses of Endereco in com.nelioalves.cursomc.domain
Methods in com.nelioalves.cursomc.domain that return Endereco Modifier and Type Method Description EnderecoPedido. getEndereco()Methods in com.nelioalves.cursomc.domain that return types with arguments of type Endereco Modifier and Type Method Description List<Endereco>Cliente. getEnderecoList()Methods in com.nelioalves.cursomc.domain with parameters of type Endereco Modifier and Type Method Description voidPedido. setEndereco(Endereco endereco)Method parameters in com.nelioalves.cursomc.domain with type arguments of type Endereco Modifier and Type Method Description voidCliente. setEnderecoList(List<Endereco> enderecoList)Constructors in com.nelioalves.cursomc.domain with parameters of type Endereco Constructor Description Pedido(Integer id, Date instante, Cliente cliente, Endereco endereco)
-