org.springframework.config.java
Class Person

java.lang.Object
  extended by org.springframework.config.java.Person
Direct Known Subclasses:
Owner, Worker

public class Person
extends Object


Constructor Summary
Person()
           
 
Method Summary
 int getAge()
           
 long getId()
           
 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

Person

public Person()
Method Detail

getId

public long getId()

getAge

public int getAge()

setAge

public void setAge(int age)

getName

public String getName()

setName

public void setName(String name)


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.