Last change
on this file since 105 was
80,
checked in by keesvb, 13 years ago
|
added Event and ProtocolInstance? classes, updated DataSource? to work with 1.2, added packages to dbnp.transcriptomics.data classes, added a number of scaffold controllers, added Selenium tests
|
-
Property svn:keywords set to
Rev Date Author
|
File size:
187 bytes
|
Line | |
---|
1 | package nimble |
---|
2 | |
---|
3 | class User extends intient.nimble.domain.UserBase { |
---|
4 | |
---|
5 | // Extend UserBase with your custom values here |
---|
6 | |
---|
7 | def String toString() { |
---|
8 | return this.username; |
---|
9 | } |
---|
10 | |
---|
11 | |
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.