|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.xmldef.definition.IntroductionDefinition
Holds the introduction definition.
Constructor Summary | |
IntroductionDefinition()
|
Method Summary | |
java.lang.String |
getAttribute()
Returns the attribute. |
java.lang.String |
getDeploymentModel()
Returns the the deployment model for the advice |
java.lang.String |
getImplementation()
Returns the class name or the implementation. |
java.lang.String |
getInterface()
Returns the class name of the interface. |
java.util.List |
getInterfaceIntroductions()
Returns the interface introductions. |
java.lang.String |
getName()
Returns the name or the introduction. |
void |
setAttribute(java.lang.String attribute)
Sets the attribute. |
void |
setDeploymentModel(java.lang.String deploymentModel)
Sets the deployment model for the advice. |
void |
setImplementation(java.lang.String implementation)
Sets the class name of the implementation. |
void |
setInterface(java.lang.String anInterface)
Sets the class name or the interface. |
void |
setName(java.lang.String name)
Sets the name or the introduction. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntroductionDefinition()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.lang.String getInterface()
public void setInterface(java.lang.String anInterface)
anInterface
- the class namepublic java.lang.String getImplementation()
public void setImplementation(java.lang.String implementation)
implementation
- the class namepublic java.lang.String getDeploymentModel()
public void setDeploymentModel(java.lang.String deploymentModel)
deploymentModel
- the deployment modelpublic java.lang.String getAttribute()
public void setAttribute(java.lang.String attribute)
attribute
- the attributepublic java.util.List getInterfaceIntroductions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |