org.springframework.beans.factory.parsing
Class BeanEntry

java.lang.Object
  extended by org.springframework.beans.factory.parsing.BeanEntry
All Implemented Interfaces:
ParseState.Entry

public class BeanEntry
extends java.lang.Object
implements ParseState.Entry

ParseState entry representing a bean definition.

Since:
2.0
Author:
Rob Harrop

Field Summary
private  java.lang.String beanDefinitionName
           
 
Constructor Summary
BeanEntry(java.lang.String beanDefinitionName)
          Creates a new instance of BeanEntry class.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

beanDefinitionName

private java.lang.String beanDefinitionName
Constructor Detail

BeanEntry

public BeanEntry(java.lang.String beanDefinitionName)
Creates a new instance of BeanEntry class.

Parameters:
beanDefinitionName - the name of the associated bean definition
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object