org.sakaiproject.tool.assessment.ui.bean.print
Class PDFPartBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.print.PDFPartBean

public class PDFPartBean
extends Object

Author:
Joshua Ryan joshua.ryan@asu.edu This class is basically just a conveinceince class for abstracting the creation of PDF's from assessments

Constructor Summary
PDFPartBean()
           
 
Method Summary
 Boolean getHasResources()
           
 String getIntro()
          gets the html Intro of a part
 ArrayList getQuestions()
          gets the Array of questions (PDFItemBean)
 ArrayList getResources()
          gets the list of resources
 String getSectionId()
           
 void setHasResources(Boolean hasResources)
           
 void setIntro(String intro)
          sets the html intro for a part
 void setQuestions(ArrayList questions)
          sets the array of questions (PDFItemBean)
 void setResources(ArrayList resources)
          sets the resource list
 void setSectionId(String sectionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFPartBean

public PDFPartBean()
Method Detail

getSectionId

public String getSectionId()

setSectionId

public void setSectionId(String sectionId)

getHasResources

public Boolean getHasResources()

setHasResources

public void setHasResources(Boolean hasResources)

getIntro

public String getIntro()
gets the html Intro of a part

Returns:

setIntro

public void setIntro(String intro)
sets the html intro for a part

Parameters:
intro -

getQuestions

public ArrayList getQuestions()
gets the Array of questions (PDFItemBean)

Returns:

setQuestions

public void setQuestions(ArrayList questions)
sets the array of questions (PDFItemBean)

Parameters:
questions -

getResources

public ArrayList getResources()
gets the list of resources

Returns:
resource list

setResources

public void setResources(ArrayList resources)
sets the resource list

Parameters:
resources -


Copyright © 2005-2012 Sakai Project. All Rights Reserved.