![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.way.duplicata.DuplicataTitulo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of way-duplicata Show documentation
Show all versions of way-duplicata Show documentation
Geração de duplicatas. Simples.
The newest version!
/*
* DuplicataTitulo.java criado em 07/05/2013
*
* Propriedade de Objectos Fábrica de Software LTDA.
* Reprodução parcial ou total proibida.
*/
package br.com.objectos.way.duplicata;
import org.joda.time.LocalDate;
import br.com.objectos.comuns.matematica.financeira.ValorFinanceiro;
/**
* @author [email protected] (Edenir Norberto Anschau)
*/
public interface DuplicataTitulo {
String getNumero();
ValorFinanceiro getValor();
LocalDate getVencimento();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy