Package com.nelioalves.cursomc.domain
Class PagamentoComBoleto
- java.lang.Object
-
- com.nelioalves.cursomc.domain.Pagamento
-
- com.nelioalves.cursomc.domain.PagamentoComBoleto
-
- All Implemented Interfaces:
Serializable
@Entity public class PagamentoComBoleto extends Pagamento
Classe que representa uma entidade PagamentoComBoleto- Author:
- José Henrique
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PagamentoComBoleto()PagamentoComBoleto(Integer id, EstadoPagamento estadoPagamento, Pedido pedido, Date dataPagamento, Date dataVencimento)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDataPagamento()DategetDataVencimento()voidsetDataPagamento(Date dataPagamento)voidsetDataVencimento(Date dataVencimento)-
Methods inherited from class com.nelioalves.cursomc.domain.Pagamento
equals, getEstadoPagamento, getId, getPedido, hashCode, setEstadoPagamento, setId, setPedido
-
-
-
-
Constructor Detail
-
PagamentoComBoleto
public PagamentoComBoleto(Integer id, EstadoPagamento estadoPagamento, Pedido pedido, Date dataPagamento, Date dataVencimento)
-
PagamentoComBoleto
public PagamentoComBoleto()
-
-