com.sri.emo.wizard.selection
Class DisplaySummaryPage.SelectionResults

java.lang.Object
  extended by com.sri.emo.wizard.selection.DisplaySummaryPage.SelectionResults
Enclosing class:
DisplaySummaryPage

public static class DisplaySummaryPage.SelectionResults
extends Object

Record Structure that provides a list of step names and their appropriate values.

Version:
1.0
Author:
Michael Rimov

Constructor Summary
DisplaySummaryPage.SelectionResults(int wizardPageNumber, String stepName, String printableValue)
           
 
Method Summary
 int getPageNumber()
           
 String getStepName()
           
 String getStepValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplaySummaryPage.SelectionResults

public DisplaySummaryPage.SelectionResults(int wizardPageNumber,
                                           String stepName,
                                           String printableValue)
Method Detail

getStepName

public String getStepName()

getStepValue

public String getStepValue()

getPageNumber

public int getPageNumber()


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.