org.hibernate.beanvalidation.tck.tests.constraints.inheritance
Class Bar
java.lang.Object
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.Foo
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.Bar
- All Implemented Interfaces:
- Fubar
@ValidBar
public class Bar
- extends Foo
- implements Fubar
- Author:
- Hardy Ferentschik
|
Constructor Summary |
Bar()
|
| Methods inherited from class org.hibernate.beanvalidation.tck.tests.constraints.inheritance.Foo |
getFoo, setFoo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bar
public Bar()
getFubar
public String getFubar()
- Specified by:
getFubar in interface Fubar
getName
@DecimalMin(value="10")
public String getName()
- Specified by:
getName in interface Fubar
getLastName
@DecimalMin(value="10")
public String getLastName()
- Overrides:
getLastName in class Foo
Copyright © 2008-2013. All Rights Reserved.