View Javadoc
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.Keyworded; 9 import com.infodesire.infobit.data.Indexable; 10 import com.infodesire.infobit.data.TextContent; 11 12 /*** 13 * implementation of textual content 14 * 15 * @author konstantin 16 * @created August 19, 2003 17 * @version $Revision: 1.2 $ 18 * @hibernate.subclass discriminator-value="TextContent" 19 */ 20 class TextContentImpl extends LongContentImpl implements TextContent, Indexable, Keyworded { 21 22 }

This page was automatically generated by Maven