Class BeanResourceImpl
- java.lang.Object
-
- org.brijframework.bean.resource.impl.BeanResourceImpl
-
- All Implemented Interfaces:
BeanResource
public class BeanResourceImpl extends Object implements BeanResource
-
-
Constructor Summary
Constructors Constructor Description BeanResourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanResourceConstructorgetConstructor()StringgetFactoryClass()StringgetFactoryMethod()StringgetId()StringgetModel()StringgetName()Map<String,Object>getProperties()StringgetScope()StringgetType()StringgetUniqueKey()voidsetConstructor(BeanResourceConstructor constructor)voidsetFactoryClass(String factoryClass)voidsetFactoryMethod(String factoryMethod)voidsetId(String id)voidsetModel(String model)voidsetName(String name)voidsetProperties(Map<String,Object> properties)voidsetScope(String scope)voidsetType(String type)voidsetUniqueKey(String uniqueKey)StringtoString()
-
-
-
Method Detail
-
getConstructor
public BeanResourceConstructor getConstructor()
- Specified by:
getConstructorin interfaceBeanResource
-
setConstructor
public void setConstructor(BeanResourceConstructor constructor)
-
setUniqueKey
public void setUniqueKey(String uniqueKey)
-
getUniqueKey
public String getUniqueKey()
- Specified by:
getUniqueKeyin interfaceBeanResource
-
getScope
public String getScope()
- Specified by:
getScopein interfaceBeanResource
-
setScope
public void setScope(String scope)
-
getId
public String getId()
- Specified by:
getIdin interfaceBeanResource
-
setId
public void setId(String id)
-
setName
public void setName(String name)
-
getName
public String getName()
- Specified by:
getNamein interfaceBeanResource
-
setModel
public void setModel(String model)
-
getModel
public String getModel()
- Specified by:
getModelin interfaceBeanResource
-
getType
public String getType()
- Specified by:
getTypein interfaceBeanResource
-
setType
public void setType(String type)
-
getFactoryClass
public String getFactoryClass()
- Specified by:
getFactoryClassin interfaceBeanResource
-
setFactoryClass
public void setFactoryClass(String factoryClass)
-
getFactoryMethod
public String getFactoryMethod()
- Specified by:
getFactoryMethodin interfaceBeanResource
-
setFactoryMethod
public void setFactoryMethod(String factoryMethod)
-
getProperties
public Map<String,Object> getProperties()
- Specified by:
getPropertiesin interfaceBeanResource
-
-