Uses of Class
br.com.gestimoveis.gprojetos.model.StatusImovel
-
Packages that use StatusImovel Package Description br.com.gestimoveis.gprojetos.model br.com.gestimoveis.gprojetos.repositorios -
-
Uses of StatusImovel in br.com.gestimoveis.gprojetos.model
Methods in br.com.gestimoveis.gprojetos.model that return StatusImovel Modifier and Type Method Description StatusImovel
Empreendimento. getStatus()
static StatusImovel
StatusImovel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StatusImovel[]
StatusImovel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.gestimoveis.gprojetos.model with parameters of type StatusImovel Modifier and Type Method Description void
Empreendimento. setStatus(StatusImovel status)
-
Uses of StatusImovel in br.com.gestimoveis.gprojetos.repositorios
Methods in br.com.gestimoveis.gprojetos.repositorios with parameters of type StatusImovel Modifier and Type Method Description java.util.List<Empreendimento>
EmpreendimentoRepositorio. findByStatus(StatusImovel status)
-