org.openamf.test
Class Foo

java.lang.Object
  extended byorg.openamf.test.Foo
All Implemented Interfaces:
IhaveName

public class Foo
extends java.lang.Object
implements IhaveName

Author:
Sean C. Sullivan

Field Summary
 Foo myFoo
           
 
Constructor Summary
Foo()
           
 
Method Summary
 Bar getBarValue()
           
 java.util.Date getDateValue()
           
 int getIntValue()
           
 Foo getMyFoo()
           
 java.lang.String getName()
           
 boolean isReady()
           
 void setBarValue(Bar b)
           
 void setMyFoo(Foo imyFoo)
           
 void setName(java.lang.String name)
           
 void setReady(boolean r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myFoo

public Foo myFoo
Constructor Detail

Foo

public Foo()
Method Detail

setReady

public void setReady(boolean r)

isReady

public boolean isReady()

getBarValue

public Bar getBarValue()

setName

public void setName(java.lang.String name)

setBarValue

public void setBarValue(Bar b)

getName

public java.lang.String getName()
Specified by:
getName in interface IhaveName

getMyFoo

public Foo getMyFoo()

setMyFoo

public void setMyFoo(Foo imyFoo)

getDateValue

public java.util.Date getDateValue()

getIntValue

public int getIntValue()