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

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

public class PDFItemBean
extends Object

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

Constructor Summary
PDFItemBean()
           
 
Method Summary
 String getContent()
          gets the raw generated html version of a question
 Long getItemId()
          gets the item id
 String getMeta()
          gets the Meta data section of an item
 void setContent(String content)
          sets the ray generated html version of a question
 void setItemId(Long itemId)
          sets the item id
 void setMeta(String meta)
          sets the Meta dat section of an item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFItemBean

public PDFItemBean()
Method Detail

getItemId

public Long getItemId()
gets the item id


setItemId

public void setItemId(Long itemId)
sets the item id


getContent

public String getContent()
gets the raw generated html version of a question

Returns:
question html

setContent

public void setContent(String content)
sets the ray generated html version of a question

Parameters:
content -

getMeta

public String getMeta()
gets the Meta data section of an item

Returns:
Meta block string

setMeta

public void setMeta(String meta)
sets the Meta dat section of an item

Parameters:
meta -


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