|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.test.ConstructorInjectionDummyBean
Sample constructor injection bean with a reference dependency. By the way this bean is immutable.
| Constructor Summary | |
ConstructorInjectionDummyBean(java.lang.String fullName,
int age,
CrashTestDummy testDummy)
A special constructor |
|
| Method Summary | |
int |
getAge()
Gets the age |
java.lang.String |
getFullName()
Gets the fullName |
CrashTestDummy |
getTestDummy()
Gets the testDummy |
java.lang.String |
toString()
Dump debuggable string for this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConstructorInjectionDummyBean(java.lang.String fullName,
int age,
CrashTestDummy testDummy)
| Method Detail |
public int getAge()
public java.lang.String getFullName()
public CrashTestDummy getTestDummy()
public java.lang.String toString()
Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||