Examples of Enquete


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

        novaAlternativa = new EnqueteAlternativa();
        novaAlternativa.setEnquete(getEnquete());
    }
   
    public void novaEnquete(){
        enquete = new Enquete();
        enquete.setEvento(getEvento());
       
        Date inicioNovaEnquete = enqueteBC.proximaDataInicioEnquete(getEvento());
        enquete.setEnqInicio(inicioNovaEnquete);
       
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.