source: ether_statistics/persistence/interface/com/ether/dao/simulation/AttributeDAO.java @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 339 bytes
Line 
1package com.ether.dao.simulation;
2
3import com.ether.dao.SearchableDomainAccessObject;
4import com.ether.simulation.Attribute;
5import com.ether.simulation.SimulationFilter;
6
7/**
8 * @author vmipsl
9 * @date 12 juillet 2012
10 */
11public interface AttributeDAO
12        extends SearchableDomainAccessObject<Attribute, Integer, SimulationFilter>
13{
14}
Note: See TracBrowser for help on using the repository browser.