Last change
on this file since 251 was
251,
checked in by tabma, 12 years ago
|
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
309 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | /** |
---|
4 | * Instances of this class describe an extra (template) field for the Subject entity. |
---|
5 | * |
---|
6 | * Revision information: |
---|
7 | * $Rev: 251 $ |
---|
8 | * $Author: tabma $ |
---|
9 | * $Date: 2010-03-09 14:53:46 +0000 (di, 09 mrt 2010) $ |
---|
10 | */ |
---|
11 | |
---|
12 | class TemplateStudyField extends TemplateField { |
---|
13 | static constraints = { |
---|
14 | } |
---|
15 | |
---|
16 | def String toString() { |
---|
17 | super.toString() |
---|
18 | } |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.