org.hibernate.jsr303.tck.tests.metadata
Interface Person

All Known Implementing Classes:
Customer, Man

public interface Person

Author:
Hardy Ferentschik

Nested Class Summary
static interface Person.PersonValidation
           
 
Method Summary
 String getFirstName()
           
 String getLastName()
           
 String getMiddleName()
           
 

Method Detail

getFirstName

@NotEmpty(groups=Person.PersonValidation.class,
          payload=Severity.Info.class)
String getFirstName()

getMiddleName

String getMiddleName()

getLastName

@NotEmpty
String getLastName()


Copyright © 2008-2011. All Rights Reserved.