Examples of EntradaAgenda


Examples of br.com.syspartenon.partenon.domain.EntradaAgenda

        this.evento = evento;
    }

    public EntradaAgenda getEntradaAgenda() {
        if(entradaAgenda == null){
            entradaAgenda = new EntradaAgenda();
            entradaAgenda.setEvento(getEvento());
        }
        return entradaAgenda;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.