org.azuki.framework.bean
Interface IMetadata
public interface IMetadata
- Author:
- Robert Bakic (robert.bakic@gmail.com)
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.