org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation
Class Customer

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.Customer

public class Customer
extends Object


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

Field Detail

name

public final String name
Constructor Detail

Customer

public Customer(String name)
Method Detail

getName

@NotNull
public String getName()


Copyright © 2008-2013. All Rights Reserved.