d183407dc42fdd9f32e07fa5d912c1e42622e8b7
[mir.git] / source / mir / entity / GenericEntity.java
1 /*
2  * GenericEntity
3  */
4 package mir.entity;
5
6 /**
7  * Standard Entity container.
8  * If no additional functionality is neccessary for the encapsulation
9  * of a database row, i.e. no separate Entity class is implemented
10  * for a database object, this standard container is used.
11  *
12  * @author /rk
13  * @version 1.2
14  */
15 public class GenericEntity extends Entity {}
16
17
18