org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdefinition
Class Name

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdefinition.Name

public class Name
extends Object

Author:
Hardy Ferentschik

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

Field Detail

name

@Length(min=1,
        max=3)
public String name
Constructor Detail

Name

public Name()


Copyright © 2008-2011. All Rights Reserved.