net.sourceforge.wisk
Class Dummy

java.lang.Object
  extended bynet.sourceforge.wisk.Dummy

public class Dummy
extends Object

Dummy class.

Version:
$Id: Dummy.java,v 1.1 2003/12/21 04:16:54 binkley Exp $
Author:
B. K. Oxley (binkley)
To Do:
Get rid of this dummy class

Field Summary
private  Object idiot
          Our dummy
 
Constructor Summary
Dummy()
           
 
Method Summary
 Object getIdiot()
          Gets the idiot.
 void setIdiot(Object idiot)
          Sets the idiot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idiot

private Object idiot
Our dummy

Constructor Detail

Dummy

public Dummy()
Method Detail

getIdiot

public Object getIdiot()
Gets the idiot.

Returns:
the idiot

setIdiot

public void setIdiot(Object idiot)
Sets the idiot.

Parameters:
idiot - the idiot


Copyright © 2003 The Web Starter Kit (wisk). All Rights Reserved.