org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning
Class User

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.User

public class User
extends Object

Author:
Gunnar Morling

Constructor Summary
User()
           
 
Method Summary
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

setName

public void setName(@NotNull
                    String name)


Copyright © 2008-2013. All Rights Reserved.