Salome HOME
More business logic has been moved from BO to services. ServiceLocator is created...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / som / DocumentTypeDAO.java
1 /*****************************************************************************
2  * Company         OPEN CASCADE
3  * Application     SIMAN
4  * File            $Id$ 
5  * Creation date   06.10.2012
6  * @author         $Author$
7  * @version        $Revision$
8  * Generated by Siman Generator on Wed Oct 17 14:28:24 MSD 2012
9  *****************************************************************************/
10
11 package org.splat.dal.dao.som; 
12
13 import org.splat.dal.bo.som.DocumentType;
14 import org.splat.dal.dao.kernel.GenericDAO;
15
16 /**
17  * DocumentType DAO class implementation.
18  * @author <a href="mailto:roman.kozlov@opencascade.com">Roman Kozlov (RKV)</a>
19  *
20  */
21 public interface DocumentTypeDAO extends GenericDAO<DocumentType, Long> {
22 }