当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
SamplePojo (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.tests
Class SamplePojo
java.lang.Object
org.jboss.cache.tests.SamplePojo
- All Implemented Interfaces:
- Serializable
- public class SamplePojo
- extends Object
- implements Serializable
- Version:
- $Id: SamplePojo.java,v 1.1 2004/08/25 14:31:36 belaban Exp $
- Author:
- Bela Ban
- See Also:
- Serialized Form
SamplePojo
public SamplePojo(int age,
String name)
getAge
public int getAge()
setAge
public void setAge(int age)
getName
public String getName()
setName
public void setName(String name)
getHobbies
public List getHobbies()
setHobbies
public void setHobbies(List hobbies)
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.