Package br.com.syspartenon.partenon.domain

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

Related Classes of br.com.syspartenon.partenon.domain.EntradaAgenda

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.