Package com.dataman.prometeo.core

Examples of com.dataman.prometeo.core.Valida


            "<FONT SIZE=3>PROPIETARIA: DIANA LUNA HERNANDEZ<BR>RFC. LUHD6612073D9</FONT><BR><BR>";
    return html;
    }
    public String tipo(String tipo){
        String html = "REPORTE DE " + tipo + "CON FECHA:" +
            new Valida().fecha() + "<BR>";
        return html;
    }
View Full Code Here

TOP

Related Classes of com.dataman.prometeo.core.Valida

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.