com.ozziefix.jlwizard.demo
Class DemoWizardModel

java.lang.Object
  extended by com.ozziefix.jlwizard.demo.DemoWizardModel
All Implemented Interfaces:
WizardModel

public class DemoWizardModel
extends java.lang.Object
implements WizardModel

The model for the demo wizards.

Version:
$Revision: 1.1 $
Author:
Jurgen Lust

Constructor Summary
DemoWizardModel()
           
 
Method Summary
 java.lang.String getComments()
           the comments property
 java.lang.String getDepartment()
           the department property
 java.lang.String getFirstname()
           the firstname property
 java.lang.String getLastname()
           the lastname property
 float getSalary()
           the salary property
 boolean isEmployee()
           the employee property
 void reset()
           Reset the data of the WizardModel.
 void setComments(java.lang.String comments)
           the comments property
 void setDepartment(java.lang.String department)
           the comments property
 void setEmployee(boolean isEmployee)
           the employee property
 void setFirstname(java.lang.String firstname)
           the firstname property
 void setLastname(java.lang.String lastname)
           the lastname property
 void setSalary(float salary)
           the salary property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoWizardModel

public DemoWizardModel()
Method Detail

setComments

public void setComments(java.lang.String comments)

the comments property

Parameters:
comments - The comments to set.

getComments

public java.lang.String getComments()

the comments property

Returns:
Returns the comments.

setDepartment

public void setDepartment(java.lang.String department)

the comments property

Parameters:
department - The department to set.

getDepartment

public java.lang.String getDepartment()

the department property

Returns:
Returns the department.

setEmployee

public void setEmployee(boolean isEmployee)

the employee property

Parameters:
isEmployee - The isEmployee to set.

isEmployee

public boolean isEmployee()

the employee property

Returns:
Returns the isEmployee.

setFirstname

public void setFirstname(java.lang.String firstname)

the firstname property

Parameters:
firstname - The firstname to set.

getFirstname

public java.lang.String getFirstname()

the firstname property

Returns:
Returns the firstname.

setLastname

public void setLastname(java.lang.String lastname)

the lastname property

Parameters:
lastname - The lastname to set.

getLastname

public java.lang.String getLastname()

the lastname property

Returns:
Returns the lastname.

setSalary

public void setSalary(float salary)

the salary property

Parameters:
salary - The salary to set.

getSalary

public float getSalary()

the salary property

Returns:
Returns the salary.

reset

public void reset()
Description copied from interface: WizardModel

Reset the data of the WizardModel.

Specified by:
reset in interface WizardModel
See Also:
WizardModel.reset()


Copyright © 2004 - 2005 by Jurgen Lust.