org.springframework.richclient.samples.petclinic.exceptionhandling
Class ExceptionHandlingView.ValidPerson
java.lang.Object
org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView.ValidPerson
- Enclosing class:
- ExceptionHandlingView
public static class ExceptionHandlingView.ValidPerson
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandlingView.ValidPerson
public ExceptionHandlingView.ValidPerson()
getName
@NotNull
public String getName()
setName
public void setName(String name)
getAge
@Min(value=0L)
@Max(value=200L)
public int getAge()
setAge
public void setAge(int age)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.