ch.elca.el4j.tests.core.aop
Interface Bean

All Superinterfaces:
BeanNameAware
All Known Implementing Classes:
BeanImpl

public interface Bean
extends BeanNameAware

Simple test interface for a bean that simply returns its name.

Author:
Andreas Bur (ABU)
File-location:
Bean
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Method Summary
 String getBeanName()
           
 
Methods inherited from interface org.springframework.beans.factory.BeanNameAware
setBeanName
 

Method Detail

getBeanName

String getBeanName()
Returns:
Returns the bean's name.


Copyright © 2005-2011 ELCA. All Rights Reserved.