Ignore:
Timestamp:
Feb 2, 2010, 10:31:25 AM (13 years ago)
Author:
duh
Message:
  • temporary commit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/data/Ontology.groovy

    r106 r157  
    44 * This class describes an existing ontology, of which terms can be stored (actually 'cached' would be a better description)
    55 * in the (global) Term store.
     6 *
     7 * Revision information:
     8 * $Rev$
     9 * $Author$
     10 * $Date$
    611 */
    7 class Ontology {
    8 
     12class Ontology implements Serializable {
    913    String name
    1014    String shortName
    1115    String url
    12 
    1316}
Note: See TracChangeset for help on using the changeset viewer.