Package ecar.evento

Examples of ecar.evento.EventoVencimentoDataInicioItem


          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 ";
            break;
          case 9: // data reserva 1         
            evento = new EventoVencimentoDataReserva1();
            eventDesc = "Altera��o da Data Reserva 1 para ";
View Full Code Here

TOP

Related Classes of ecar.evento.EventoVencimentoDataInicioItem

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.