com.ibm.as400.ui.framework
Class WizardPageDescriptor

java.lang.Object
  extended by com.ibm.as400.ui.framework.WizardPageDescriptor
All Implemented Interfaces:
Serializable

public class WizardPageDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 String m_baseName
           
 String m_pageName
           
 int m_stepIndex
           
 
Constructor Summary
Constructor and Description
WizardPageDescriptor()
           
 
Method Summary
Modifier and Type Method and Description
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_baseName

public String m_baseName

m_pageName

public String m_pageName

m_stepIndex

public int m_stepIndex
Constructor Detail

WizardPageDescriptor

public WizardPageDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object