Changeset 7369
- Timestamp:
- 03/10/09 12:29:19 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/libs/otm-models/src/main/java/org/topazproject/ambra/models/CompetingInterest.java
r7361 r7369 26 26 * Represents objects that will need a competing interest statement 27 27 */ 28 @Entity(graph = "ri" , types = {"plos:CompetingInterests"})28 @Entity(graph = "ri") 29 29 @UriPrefix("plos:CompetingInterests/") 30 30 public interface CompetingInterest {
