public class Parent extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Parent.ChildFirst |
static interface |
Parent.ParentSecond |
static interface |
Parent.ProperOrder |
| Constructor and Description |
|---|
Parent() |
| Modifier and Type | Method and Description |
|---|---|
Child |
getChild() |
String |
getName() |
void |
setChild(Child child) |
void |
setName(String name) |
@NotNull(groups=Parent.ParentSecond.class) public String getName()
public void setName(String name)
public Child getChild()
public void setChild(Child child)
Copyright © 2008–2015. All rights reserved.