ch.elca.el4j.tests.core.aop
Class BeanImpl
java.lang.Object
ch.elca.el4j.tests.core.aop.BeanImpl
- All Implemented Interfaces:
- Bean, BeanNameAware
public class BeanImpl
- extends Object
- implements Bean
This class just holds the name, under which it is registered in the
container.
- Author:
- Andreas Bur (ABU)
- File-location:
- BeanImpl
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_name
private String m_name
- The bean name.
BeanImpl
public BeanImpl()
getBeanName
public String getBeanName()
-
- Specified by:
getBeanName in interface Bean
- Returns:
- Returns the bean's name.
setBeanName
public void setBeanName(String name)
-
- Specified by:
setBeanName in interface BeanNameAware
Copyright © 2005-2011 ELCA. All Rights Reserved.