org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation
Class Customer
java.lang.Object
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.Customer
public class Customer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
Customer
public Customer(String name)
getName
@NotNull
public String getName()
Copyright © 2008-2013. All Rights Reserved.