org.springframework.richclient.samples.petclinic.exceptionhandling
Class ExceptionHandlingView.ValidPerson

java.lang.Object
  extended by org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView.ValidPerson
Enclosing class:
ExceptionHandlingView

public static class ExceptionHandlingView.ValidPerson
extends Object


Constructor Summary
ExceptionHandlingView.ValidPerson()
           
 
Method Summary
 int getAge()
           
 String getName()
           
 void setAge(int age)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlingView.ValidPerson

public ExceptionHandlingView.ValidPerson()
Method Detail

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.