1 /*
2 * Copyright (c) 2003
3 * Information Desire GmbH
4 * All rights reserved.
5 */
6 package com.infodesire.infobit.data;
7
8 /***
9 * abstract base interface representing every possible content
10 *
11 * @author konstantin
12 * @created August 15, 2003
13 * @version $Revision: 1.7 $
14 */
15 public interface Content extends Attributed {
16
17 /***
18 * infobit version content belongs to
19 *
20 * @return infobit version in question
21 */
22 Version getVersion();
23
24 }
This page was automatically generated by Maven