source: ether_ndacc/trunk/persistence/implementation/com/ether/dao/plot/PlotTypeUserType.java @ 105

Last change on this file since 105 was 105, checked in by rboipsl, 13 years ago

Import du projet NDACC _ module persistence

File size: 280 bytes
Line 
1package com.ether.dao.plot;
2
3import com.ether.EnumUserType;
4import com.ether.plot.PlotType;
5
6/**
7 * @author vmipsl // dedicace
8 * @date 24 jan 2011
9 */
10public class PlotTypeUserType extends EnumUserType<PlotType>
11{
12    public PlotTypeUserType() {
13        super(PlotType.class);
14    }
15}
Note: See TracBrowser for help on using the repository browser.