Salome HOME
08d087b1577ec349396194276889373c340bc918
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / kernel / RoleDAO.java
1 /*****************************************************************************
2  * Company         EURIWARE
3  * Application     SIMAN
4  * File            $Id$ 
5  * Creation date   06.10.2012
6  * @author         $Author$
7  * @version        $Revision$
8  *****************************************************************************/
9
10 package org.splat.dal.dao.kernel; 
11
12 import org.splat.dal.bo.kernel.Role;
13 import org.splat.dal.dao.kernel.GenericDAO;
14
15 /**
16  * Role DAO class implementation.
17  * @author <a href="mailto:roman.kozlov@opencascade.com">Roman Kozlov (RKV)</a>
18  *
19  */
20 public interface RoleDAO extends GenericDAO<Role, Long> {
21 }