org.apache.beehive.netui.pageflow.internal.annotationreader
Class ProcessedAnnotation

Object
  extended by ProcessedAnnotation

public class ProcessedAnnotation
extends Object


Constructor Summary
ProcessedAnnotation()
           
ProcessedAnnotation(String annotationName, AnnotationAttribute[] annotationAttributes)
           
 
Method Summary
 AnnotationAttribute[] getAnnotationAttributes()
           
 String getAnnotationName()
           
 void setAnnotationAttributes(AnnotationAttribute[] annotationAttributes)
           
 void setAnnotationName(String annotationName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessedAnnotation

public ProcessedAnnotation()

ProcessedAnnotation

public ProcessedAnnotation(String annotationName,
                           AnnotationAttribute[] annotationAttributes)
Method Detail

getAnnotationName

public String getAnnotationName()

setAnnotationName

public void setAnnotationName(String annotationName)

getAnnotationAttributes

public AnnotationAttribute[] getAnnotationAttributes()

setAnnotationAttributes

public void setAnnotationAttributes(AnnotationAttribute[] annotationAttributes)