Uses of Class
com.nelioalves.cursomc.domain.enums.EstadoPagamento
-
Packages that use EstadoPagamento Package Description com.nelioalves.cursomc.domain com.nelioalves.cursomc.domain.enums -
-
Uses of EstadoPagamento in com.nelioalves.cursomc.domain
Methods in com.nelioalves.cursomc.domain that return EstadoPagamento Modifier and Type Method Description EstadoPagamentoPagamento. getEstadoPagamento()Methods in com.nelioalves.cursomc.domain with parameters of type EstadoPagamento Modifier and Type Method Description voidPagamento. setEstadoPagamento(EstadoPagamento estadoPagamento)Constructors in com.nelioalves.cursomc.domain with parameters of type EstadoPagamento Constructor Description Pagamento(Integer id, EstadoPagamento estadoPagamento, Pedido pedido)PagamentoComBoleto(Integer id, EstadoPagamento estadoPagamento, Pedido pedido, Date dataPagamento, Date dataVencimento)PagamentoComCartao(Integer id, EstadoPagamento estadoPagamento, Pedido pedido, Integer numeroDeParcelas) -
Uses of EstadoPagamento in com.nelioalves.cursomc.domain.enums
Methods in com.nelioalves.cursomc.domain.enums that return EstadoPagamento Modifier and Type Method Description static EstadoPagamentoEstadoPagamento. toEnum(Integer tipo)static EstadoPagamentoEstadoPagamento. valueOf(String name)Returns the enum constant of this type with the specified name.static EstadoPagamento[]EstadoPagamento. values()Returns an array containing the constants of this enum type, in the order they are declared.
-