Package org.brijframework.bean.resource
Interface BeanResourceConstructor
-
- All Known Implementing Classes:
BeanResourceConstructorImpl
public interface BeanResourceConstructor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetModel()StringgetName()List<BeanResourceParam>getParameters()
-
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getModel
String getModel()
-
getParameters
List<BeanResourceParam> getParameters()
-
-