br.com.objectos.way.bvmf.fi.fii.FiiLink Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of way-bvmf-fi Show documentation
Show all versions of way-bvmf-fi Show documentation
Coleta de dados sobre fundos / ETFs na BM&F Bovespa
/*
* Link.java criado em 25/04/2013
*
* Propriedade de Objectos Fábrica de Software LTDA.
* Reprodução parcial ou total proibida.
*/
package br.com.objectos.way.bvmf.fi.fii;
/**
* @author [email protected] (Marcio Endo)
*/
interface FiiLink {
interface Construtor extends br.com.objectos.comuns.base.Construtor {
String getCodigo();
String getHref();
}
String getCodigo();
String getHref();
}