Package br.gov.serpro.ouvidoria.model

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


        }
        return null;
    }
   
    public FaixaEtaria getFaixaEtaria(Integer id) throws DaoException {
        FaixaEtaria faixaEtaria = (FaixaEtaria) faixaEtariaDao.get(new Long(id
                .longValue()));
        return faixaEtaria;
    }
View Full Code Here

TOP

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

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.