org.gusdb.wdk.model.jspwrap
Class QuestionSetBean

java.lang.Object
  extended by org.gusdb.wdk.model.jspwrap.QuestionSetBean

public class QuestionSetBean
extends java.lang.Object

A wrapper on a QuestionSet that provides simplified access for consumption by a view


Constructor Summary
QuestionSetBean(QuestionSet questionSet)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.Boolean getIsInternal()
           
 java.lang.String getName()
           
 QuestionBean[] getQuestions()
           
 java.util.Map getQuestionsMap()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionSetBean

public QuestionSetBean(QuestionSet questionSet)
Method Detail

getQuestions

public QuestionBean[] getQuestions()

getQuestionsMap

public java.util.Map getQuestionsMap()

getName

public java.lang.String getName()

getIsInternal

public java.lang.Boolean getIsInternal()

getDisplayName

public java.lang.String getDisplayName()

getDescription

public java.lang.String getDescription()