Groovy Documentation

grails-app.domain.pl.burningice.plugins.image.ast.test
Class TestDomainSecond

java.lang.Object
  grails-app.domain.pl.burningice.plugins.image.ast.test.TestDomainSecond

@FileImageContainer(field = 'avatar')
class TestDomainSecond

Domain class used in tests of FileImageContainer AST transformation

author:
pawel.gdula@burningice.pl


Property Summary
static def constraints

java.lang.String email

static def hasMany

java.util.List images

java.lang.String lastname

static def transients

java.util.List undersored

 
Constructor Summary
TestDomainSecond()

 
Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

constraints

static def constraints


email

java.lang.String email


hasMany

static def hasMany


images

java.util.List images


lastname

java.lang.String lastname


transients

static def transients


undersored

java.util.List undersored


 
Constructor Detail

TestDomainSecond

TestDomainSecond()


 

Groovy Documentation