com.jdon.container.config
类 ComponentMetaDef
java.lang.Object
com.jdon.container.config.ComponentMetaDef
- 直接已知子类:
- AspectComponentsMetaDef
public class ComponentMetaDef
- extends Object
the component definition in container.xml
- 作者:
- banq
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
className
protected String className
constructors
protected String[] constructors
ComponentMetaDef
public ComponentMetaDef(String name,
String className,
String[] constructors)
- 参数:
name - className - constructors -
ComponentMetaDef
public ComponentMetaDef(String name,
String className)
- 参数:
name - className -
getClassName
public String getClassName()
- 返回:
- Returns the className.
setClassName
public void setClassName(String className)
- 参数:
className - The className to set.
getConstructors
public String[] getConstructors()
- 返回:
- Returns the constructors.
setConstructors
public void setConstructors(String[] constructors)
- 参数:
constructors - The constructors to set.
getName
public String getName()
- 返回:
- Returns the name.
setName
public void setName(String name)
- 参数:
name - The name to set.
Copyright © 2013. All Rights Reserved.