ch.elca.el4j.tests.core.beans
Class A

java.lang.Object
  extended by ch.elca.el4j.tests.core.beans.A
All Implemented Interfaces:
X, BeanNameAware
Direct Known Subclasses:
B

public class A
extends Object
implements X, BeanNameAware

This is a test class.

Author:
Martin Zeltner (MZE)
File-location:
A
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_beanName
          Name of the bean.
 
Constructor Summary
A()
           
 
Method Summary
 String getBeanName()
           
 void setBeanName(String beanName)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_beanName

private String m_beanName
Name of the bean.

Constructor Detail

A

public A()
Method Detail

setBeanName

public void setBeanName(String beanName)

Specified by:
setBeanName in interface BeanNameAware

getBeanName

public String getBeanName()
Returns:
Returns the beanName.


Copyright © 2005-2011 ELCA. All Rights Reserved.