Last change
on this file since 186 was
186,
checked in by keesvb, 12 years ago
|
added samples, assays and clinical data to bootstrap, modified clean data module linkage
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
331 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: 186 $ |
---|
8 | * $Author: keesvb $ |
---|
9 | * $Date: 2010-02-10 12:55:45 +0000 (wo, 10 feb 2010) $ |
---|
10 | */ |
---|
11 | class TemplateSubjectField extends TemplateField { |
---|
12 | static constraints = { |
---|
13 | name(unique: true) |
---|
14 | } |
---|
15 | |
---|
16 | def String toString() { |
---|
17 | super.toString() |
---|
18 | } |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.