Package org.brijframework.bean.resource
Interface BeanResource
-
- All Known Implementing Classes:
BeanResourceImpl
public interface BeanResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanResourceConstructorgetConstructor()StringgetFactoryClass()StringgetFactoryMethod()StringgetId()StringgetModel()StringgetName()Map<String,Object>getProperties()StringgetScope()StringgetType()StringgetUniqueKey()
-
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getModel
String getModel()
-
getType
String getType()
-
getScope
String getScope()
-
getUniqueKey
String getUniqueKey()
-
getFactoryClass
String getFactoryClass()
-
getFactoryMethod
String getFactoryMethod()
-
getConstructor
BeanResourceConstructor getConstructor()
-
-