org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition
Class FrenchAddress
java.lang.Object
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.Address
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.FrenchAddress
public class FrenchAddress
- extends Address
- Author:
- Hardy Ferentschik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrenchAddress
public FrenchAddress()
getZipCode
@FrenchZipcode(groups={javax.validation.groups.Default.class,FrenchAddress.FullAddressCheck.class})
public String getZipCode()
- Overrides:
getZipCode in class Address
Copyright © 2008-2013. All Rights Reserved.