当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
CachedAttribute (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.aop
Class CachedAttribute
java.lang.Object
   org.jboss.cache.aop.CachedAttribute
org.jboss.cache.aop.CachedAttribute
- public class CachedAttribute- extends Object
Class represent a class attribute. Currently not in use.
- Author:
- Harald Gliebe, Ben Wang
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
name
protected String name
type
protected Class type
get
protected Method get
set
protected Method set
CachedAttribute
public CachedAttribute()
CachedAttribute
public CachedAttribute(String name)
getName
public String getName()
- 
 
getType
public Class getType()
- 
 
setType
public void setType(Class type)
- 
 
getGet
public Method getGet()
- 
 
setGet
public void setGet(Method get)
- 
 
getSet
public Method getSet()
- 
 
setSet
public void setSet(Method set)
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.