Merged the 3.1 compatibility patches from the eclipse3_1compat branch into the HEAD.
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / EntityHolder.java
1 package com.quantum.model;
2
3 /**
4  * @author BC
5  */
6 public interface EntityHolder {
7     public Entity getEntity();
8 }