Uses of Class
com.nelioalves.cursomc.domain.Cidade
-
Packages that use Cidade Package Description com.nelioalves.cursomc.domain -
-
Uses of Cidade in com.nelioalves.cursomc.domain
Methods in com.nelioalves.cursomc.domain that return Cidade Modifier and Type Method Description CidadeEndereco. getCidade()Methods in com.nelioalves.cursomc.domain that return types with arguments of type Cidade Modifier and Type Method Description List<Cidade>Estado. getCidadeList()Methods in com.nelioalves.cursomc.domain with parameters of type Cidade Modifier and Type Method Description voidEndereco. setCidade(Cidade cidade)Method parameters in com.nelioalves.cursomc.domain with type arguments of type Cidade Modifier and Type Method Description voidEstado. setCidadeList(List<Cidade> cidadeList)Constructors in com.nelioalves.cursomc.domain with parameters of type Cidade Constructor Description Endereco(Integer id, String logradouro, String numero, String complemento, String bairro, String cep, Cliente cliente, Cidade cidade)
-