站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

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

Constructor Detail

SamplePojo

public SamplePojo(int age,
                  String name)
Method Detail

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.