org.springframework.beans
Class NestedTestBean

java.lang.Object
  extended by org.springframework.beans.NestedTestBean
All Implemented Interfaces:
INestedTestBean

public class NestedTestBean
extends Object
implements INestedTestBean

Simple nested test bean used for testing bean factories, AOP framework etc.

Since:
30.09.2003
Author:
Trevor D. Cook

Constructor Summary
NestedTestBean()
           
NestedTestBean(String company)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCompany()
           
 int hashCode()
           
 void setCompany(String company)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NestedTestBean

public NestedTestBean()

NestedTestBean

public NestedTestBean(String company)
Method Detail

setCompany

public void setCompany(String company)

getCompany

public String getCompany()
Specified by:
getCompany in interface INestedTestBean

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.