Class BeanDefinationConstructorImpl
- java.lang.Object
-
- org.brijframework.bean.definition.impl.BeanDefinationConstructorImpl
-
- All Implemented Interfaces:
BeanDefinationConstructor
public class BeanDefinationConstructorImpl extends Object implements BeanDefinationConstructor
-
-
Constructor Summary
Constructors Constructor Description BeanDefinationConstructorImpl()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceBeanDefinationConstructor
-
getName
public String getName()
- Specified by:
getNamein interfaceBeanDefinationConstructor
-
getModel
public String getModel()
- Specified by:
getModelin interfaceBeanDefinationConstructor
-
setId
public void setId(String id)
-
setName
public void setName(String name)
-
setModel
public void setModel(String model)
-
getValues
public Object[] getValues()
- Specified by:
getValuesin interfaceBeanDefinationConstructor
-
setValues
public void setValues(Object[] values)
-
-