Package br.com.syspartenon.partenon.domain

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

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

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.