org.apache.struts2.showcase.conversion
Class Person

java.lang.Object
  extended by org.apache.struts2.showcase.conversion.Person
All Implemented Interfaces:
Serializable

public class Person
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Person()
           
 
Method Summary
 Integer getAge()
           
 String getName()
           
 void setAge(Integer 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

setName

public void setName(String name)

getName

public String getName()

setAge

public void setAge(Integer age)

getAge

public Integer getAge()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.