com.bws42.wizard
Class WizardObject

java.lang.Object
  extended bycom.bws42.wizard.WizardObject

public class WizardObject
extends Object

The data object for the Wizard. Extend this to create a data object for your wizard.

Version:
1.0, October 4, 2006
Author:
William P. Roberts, IV

Constructor Summary
WizardObject()
          Creates a new WizardObject.
 
Method Summary
 int getPosition()
          Returns the current position.
 void setPosition(int pos)
          Sets the current position.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardObject

public WizardObject()
Creates a new WizardObject.

Method Detail

getPosition

public final int getPosition()
Returns the current position.

Returns:
the current position.

setPosition

public final void setPosition(int pos)
Sets the current position.

Parameters:
pos - the new position.