org.hibernate.beanvalidation.tck.tests.validation
Class Employee
java.lang.Object
org.hibernate.beanvalidation.tck.tests.validation.Employee
- All Implemented Interfaces:
- Person
public class Employee
- extends Object
- implements Person
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Employee
public Employee(String firstName,
String lastName)
getFirstName
public String getFirstName()
- Specified by:
getFirstName in interface Person
getMiddleName
public String getMiddleName()
- Specified by:
getMiddleName in interface Person
getLastName
public String getLastName()
- Specified by:
getLastName in interface Person
Copyright © 2008-2013. All Rights Reserved.