org.apache.myfaces.trinidaddemo.survey
Class SurveyPage

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.survey.SurveyPage
All Implemented Interfaces:
Serializable

public class SurveyPage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SurveyPage()
           
SurveyPage(String viewId, String label)
           
 
Method Summary
 String getLabel()
           
 String getOutcome()
           
 String getViewId()
           
 boolean isDisabled()
           
 void setDisabled(boolean disabled)
           
 void setLabel(String label)
           
 void setOutcome(String outcome)
           
 void setViewId(String viewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurveyPage

public SurveyPage()

SurveyPage

public SurveyPage(String viewId,
                  String label)
Method Detail

setViewId

public void setViewId(String viewId)

getViewId

public String getViewId()

setOutcome

public void setOutcome(String outcome)

getOutcome

public String getOutcome()

setLabel

public void setLabel(String label)

getLabel

public String getLabel()

setDisabled

public void setDisabled(boolean disabled)

isDisabled

public boolean isDisabled()


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.