source: trunk/grails-app/domain/dbnp/data/Ontology.groovy @ 157

Last change on this file since 157 was 157, checked in by duh, 13 years ago
  • temporary commit
File size: 337 bytes
Line 
1package dbnp.data
2
3/**
4 * This class describes an existing ontology, of which terms can be stored (actually 'cached' would be a better description)
5 * in the (global) Term store.
6 *
7 * Revision information:
8 * $Rev$
9 * $Author$
10 * $Date$
11 */
12class Ontology implements Serializable {
13    String name
14    String shortName
15    String url
16}
Note: See TracBrowser for help on using the repository browser.