PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Public Pastes
Untitled
3 sec ago
Untitled
3 sec ago
Untitled
3 sec ago
Untitled
10 sec ago
Untitled
5 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
Untitled
9 sec ago
Untitled
By: a guest on Feb 10th, 2012 | syntax:
Groovy
| size: 0.13 KB | hits: 88 | expires: Never
download
|
raw
|
embed
|
report abuse
This paste has a previous version,
view the difference
.
Copied
static
hasMany
=
[
registrations:Registration
]
String
toString
(
)
{
return
"${name}, ${startDate.format('MM/dd/yyy')}"
}
create a
new version
of this paste
RAW Paste Data
static hasMany = [registrations:Registration] String toString() { return "${name}, ${startDate.format('MM/dd/yyy')}" }