Groovy Documentation

[Groovy] Class Parent

java.lang.Object
  Parent

class Parent

Property Summary
static java.lang.Object belongsTo

Uncle brother

static java.lang.Object hasMany

String name

 
Constructor Summary
Parent()

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

belongsTo

static java.lang.Object belongsTo


brother

Uncle brother


hasMany

static java.lang.Object hasMany


name

String name


 
Constructor Detail

Parent

Parent()


 

Groovy Documentation