org.azuki.framework.bean
Interface IMetadata


public interface IMetadata

Author:
Robert Bakic (robert.bakic@gmail.com)

Method Summary
 Object getBean()
           
 Class getBeanClass()
           
 IContract getContract()
           
 IController[] getControllers()
           
 String getDescription()
           
 String getGroup()
           
 String getIcon()
           
 Integer getID()
           
 String getLabel()
           
 String getName()
           
 IPointcut getPointcut(Integer pcid)
           
 List<IPointcut> getPointcuts()
           
 List<IPointcut> getPointcuts(Integer aspid)
           
 List<IPointcut> getPointcuts(String name)
           
 IQueue getQueue()
           
 String getSchema()
           
 String getUniverse()
           
 String getVersion()
           
 boolean isAspect()
           
 void setQueue(IQueue queue)
           
 

Method Detail

getQueue

IQueue getQueue()

setQueue

void setQueue(IQueue queue)

getUniverse

String getUniverse()

getSchema

String getSchema()

getID

Integer getID()

getName

String getName()

getLabel

String getLabel()

getBean

Object getBean()

getBeanClass

Class getBeanClass()

isAspect

boolean isAspect()

getContract

IContract getContract()

getDescription

String getDescription()

getVersion

String getVersion()

getIcon

String getIcon()

getGroup

String getGroup()

getPointcut

IPointcut getPointcut(Integer pcid)

getPointcuts

List<IPointcut> getPointcuts()

getPointcuts

List<IPointcut> getPointcuts(String name)

getPointcuts

List<IPointcut> getPointcuts(Integer aspid)

getControllers

IController[] getControllers()


Azuki Framework Copyright © 2006 the original author or authors.