org.apache.openejb.jee
Class InitMethod
java.lang.Object
org.apache.openejb.jee.InitMethod
public class InitMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createMethod
protected NamedMethod createMethod
beanMethod
protected NamedMethod beanMethod
id
protected java.lang.String id
InitMethod
public InitMethod()
InitMethod
public InitMethod(java.lang.reflect.Method beanMethod)
getCreateMethod
public NamedMethod getCreateMethod()
setCreateMethod
public void setCreateMethod(NamedMethod value)
setCreateMethod
public void setCreateMethod(java.lang.String methodName)
getBeanMethod
public NamedMethod getBeanMethod()
setBeanMethod
public void setBeanMethod(NamedMethod value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.