org.springframework.beans
Class NestedTestBean
java.lang.Object
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
NestedTestBean
public NestedTestBean()
NestedTestBean
public NestedTestBean(String company)
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.