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

Object
  extended by ProcessedAnnotations

public class ProcessedAnnotations
extends Object


Constructor Summary
ProcessedAnnotations()
           
ProcessedAnnotations(String typeName, Map annotatedElements)
           
 
Method Summary
 Map getAnnotatedElements()
           
 String getTypeName()
           
 void setAnnotatedElements(Map annotatedElements)
           
 void setTypeName(String typeName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessedAnnotations

public ProcessedAnnotations()

ProcessedAnnotations

public ProcessedAnnotations(String typeName,
                            Map annotatedElements)
Method Detail

getTypeName

public String getTypeName()

setTypeName

public void setTypeName(String typeName)

getAnnotatedElements

public Map getAnnotatedElements()

setAnnotatedElements

public void setAnnotatedElements(Map annotatedElements)