public class

WizardStep

extends Object
java.lang.Object
   ↳ org.apache.myfaces.tobago.model.WizardStep

Class Overview

Date: 15.05.2008 09:33:43

Summary

Public Constructors
WizardStep(int index)
Public Methods
int getIndex()
String getOutcome()
String getTitle()
void setIndex(int index)
void setOutcome(String outcome)
void setTitle(String title)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WizardStep (int index)

Public Methods

public int getIndex ()

public String getOutcome ()

public String getTitle ()

public void setIndex (int index)

public void setOutcome (String outcome)

public void setTitle (String title)

public String toString ()