1 /*
2 * Copyright (c) 2003
3 * Information Desire GmbH
4 * All rights reserved.
5 */
6 package com.infodesire.infobit.dao;
7
8 import com.infodesire.infobit.data.Template;
9
10 /***
11 * implementation of template
12 *
13 * @author konstantin
14 * @created August 19, 2003
15 * @version $Revision: 1.2 $
16 * @hibernate.subclass discriminator-value="Template"
17 */
18 class TemplateImpl extends LongContentImpl implements Template {
19
20 }
This page was automatically generated by Maven