org.hibernate.jsr303.tck.tests.validation.graphnavigation
Class Parent

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.validation.graphnavigation.Parent

public class Parent
extends Object

Author:
Emmanuel Bernard

Nested Class Summary
static interface Parent.ChildFirst
           
static interface Parent.ParentSecond
           
static interface Parent.ProperOrder
           
 
Constructor Summary
Parent()
           
 
Method Summary
 Child getChild()
           
 String getName()
           
 void setChild(Child child)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parent

public Parent()
Method Detail

getName

@NotNull(groups=Parent.ParentSecond.class)
public String getName()

setName

public void setName(String name)

getChild

public Child getChild()

setChild

public void setChild(Child child)


Copyright © 2008-2011. All Rights Reserved.