Package ecar.evento

Examples of ecar.evento.EventoVencimentoDataTerminoItem


        contextPath = configCfg.getContextPath();
        Evento evento = null;
       
        switch(configMailCfgm.getCodCfgm().intValue()) {
          case 7: // data termino item   
            evento = new EventoVencimentoDataTerminoItem();
            eventDesc = "Altera��o da Data de T�rmino para ";
            break;
          case 8: // data inicio item         
            evento = new EventoVencimentoDataInicioItem();
            eventDesc = "Altera��o da Data In�cio para ";
View Full Code Here

TOP

Related Classes of ecar.evento.EventoVencimentoDataTerminoItem

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.