ch.elca.el4j.tests.core.aop
Class BeanImpl

java.lang.Object
  extended by 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

Field Summary
private  String m_name
          The bean name.
 
Constructor Summary
BeanImpl()
           
 
Method Summary
 String getBeanName()
          
 void setBeanName(String name)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_name

private String m_name
The bean name.

Constructor Detail

BeanImpl

public BeanImpl()
Method Detail

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.