|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
public class InjectionTarget
Class representing the injection-target element.
Field Summary | |
---|---|
private java.lang.String |
classname
Name of the class where to inject the value. |
private java.lang.String |
targetName
Name of the attribute. |
Constructor Summary | |
---|---|
InjectionTarget()
|
Method Summary | |
---|---|
java.lang.String |
getClassname()
|
java.lang.String |
getTargetName()
|
void |
setClassname(java.lang.String classname)
Sets the name of the class. |
void |
setTargetName(java.lang.String targetName)
Sets the name of the attribute/target of the injection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String classname
private java.lang.String targetName
Constructor Detail |
---|
public InjectionTarget()
Method Detail |
---|
public java.lang.String getClassname()
public void setClassname(java.lang.String classname)
classname
- the name of the class.public java.lang.String getTargetName()
public void setTargetName(java.lang.String targetName)
targetName
- the name of the attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |