Package br.gov.serpro.ouvidoria.model

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


        }
        return null;
    }
   
    public UF getUF(Integer id) throws DaoException {
        UF uf = (UF) ufDao.get(new Long(id.longValue()));
        return uf;
    }
View Full Code Here

TOP

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

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.