| Modifier and Type | Method and Description |
|---|---|
Baz |
Foo.createBaz() |
| Modifier and Type | Method and Description |
|---|---|
Set<Baz> |
Foo.getBazzes() |
Set<Baz> |
Ancestor.getBazzes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Foo.addBaz(Baz baz) |
| Modifier and Type | Method and Description |
|---|---|
void |
Foo.setBazzes(Set<Baz> bazzes) |
void |
Ancestor.setBazzes(Set<Baz> bazzes) |
Copyright © 2004–2015. All rights reserved.