Class 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 Detail

      • PagamentoComBoleto

        public PagamentoComBoleto()
    • Method Detail

      • getDataPagamento

        public Date getDataPagamento()
      • setDataPagamento

        public void setDataPagamento​(Date dataPagamento)
      • getDataVencimento

        public Date getDataVencimento()
      • setDataVencimento

        public void setDataVencimento​(Date dataVencimento)