org.apache.myfaces.trinidaddemo.survey
Class SurveyPage
java.lang.Object
org.apache.myfaces.trinidaddemo.survey.SurveyPage
- All Implemented Interfaces:
- Serializable
public class SurveyPage
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SurveyPage
public SurveyPage()
SurveyPage
public SurveyPage(String viewId,
String label)
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.