org.jboss.aop.microcontainer.beans
Class PrecedenceDefEntry

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.PrecedenceDefEntry

public class PrecedenceDefEntry
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
PrecedenceDefEntry()
           
 
Method Summary
 String getAspectMethod()
           
 String getAspectName()
           
 void setAspectMethod(String aspectMethod)
           
 void setAspectName(String aspectName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrecedenceDefEntry

public PrecedenceDefEntry()
Method Detail

getAspectName

public String getAspectName()

setAspectName

public void setAspectName(String aspectName)

getAspectMethod

public String getAspectMethod()

setAspectMethod

public void setAspectMethod(String aspectMethod)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.