org.apache.openejb.jee.sun
Class CacheHelper

java.lang.Object
  extended by org.apache.openejb.jee.sun.CacheHelper

public class CacheHelper
extends Object


Field Summary
protected  String className
           
protected  String name
           
protected  List<Property> property
           
 
Constructor Summary
CacheHelper()
           
 
Method Summary
 String getClassName()
           
 String getName()
           
 List<Property> getProperty()
           
 void setClassName(String value)
           
 void setName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

className

protected String className

property

protected List<Property> property
Constructor Detail

CacheHelper

public CacheHelper()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getClassName

public String getClassName()

setClassName

public void setClassName(String value)

getProperty

public List<Property> getProperty()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.