org.hibernate.beanvalidation.tck.tests.methodvalidation.model
Class Address

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.methodvalidation.model.Address

public class Address
extends Object

Author:
Gunnar Morling

Constructor Summary
Address()
           
Address(String name)
           
 
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

Address

public Address()

Address

public Address(@Past
               String name)
Method Detail

setName

public void setName(@Past
                    String name)


Copyright © 2008-2013. All Rights Reserved.