|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.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.lang.String |
getIsPersistent()
Gets the persistent attribute. |
java.lang.String |
getName()
Returns the name or the introduction. |
boolean |
isPersistent()
Checks if the introduction is persistent. |
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 |
setIsPersistent(java.lang.String isPersistent)
Sets the persistent attribute. |
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 void setIsPersistent(java.lang.String isPersistent)
isPersistent
- the persistent attributepublic java.lang.String getIsPersistent()
public java.lang.String getAttribute()
public void setAttribute(java.lang.String attribute)
attribute
- the attributepublic boolean isPersistent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |