org.picocontainer.doc.hotswapping
Class Wife

java.lang.Object
  extended by org.picocontainer.doc.hotswapping.Wife
All Implemented Interfaces:
Woman

public class Wife
extends java.lang.Object
implements Woman

Version:
$Revision: 1279 $
Author:
Aslak Hellesøy

Field Summary
 Man man
           
 
Constructor Summary
Wife(Man man)
           
 
Method Summary
 Man getMan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

man

public final Man man
Constructor Detail

Wife

public Wife(Man man)
Method Detail

getMan

public Man getMan()
Specified by:
getMan in interface Woman