Package br.gov.serpro.ouvidoria.model

Examples of br.gov.serpro.ouvidoria.model.Assunto


                .longValue()));
        return acionamento;
    }

    public Assunto getAssunto(Integer id) throws DaoException {
        Assunto assunto = (Assunto) assuntoDao.get(new Long(id.longValue()));
        return assunto;
    }
View Full Code Here

TOP

Related Classes of br.gov.serpro.ouvidoria.model.Assunto

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.