org.sakaiproject.tool.assessment.ui.bean.print.settings
Class PrintSettingsBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.print.settings.PrintSettingsBean
All Implemented Interfaces:
Serializable

public class PrintSettingsBean
extends Object
implements Serializable

Holds the users settings for assessment print out

Author:
Joshua Ryan joshua.ryan@asu.edu alt^I
See Also:
Serialized Form

Constructor Summary
PrintSettingsBean()
           
 
Method Summary
 String getFontSize()
          gets the users font size;
 Boolean getShowKeys()
           
 Boolean getShowKeysFeedback()
           
 Boolean getShowPartIntros()
           
 void setFontSize(String fontSize)
          the users font size
 void setShowKeys(Boolean hasKeys)
           
 void setShowKeysFeedback(Boolean showKeysFeedback)
           
 void setShowPartIntros(Boolean partIntros)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSettingsBean

public PrintSettingsBean()
Method Detail

getFontSize

public String getFontSize()
gets the users font size;

Returns:
the font size

setFontSize

public void setFontSize(String fontSize)
the users font size

Parameters:
fontSize -

getShowPartIntros

public Boolean getShowPartIntros()
Returns:
if the part intros should be shown or not

setShowPartIntros

public void setShowPartIntros(Boolean partIntros)
Parameters:
if - the part intros should be shown or not

getShowKeys

public Boolean getShowKeys()
Returns:
true if keys should be shown

setShowKeys

public void setShowKeys(Boolean hasKeys)
Parameters:
set - if the keys should be show

getShowKeysFeedback

public Boolean getShowKeysFeedback()
Returns:
true if keys & feedback should be shown

setShowKeysFeedback

public void setShowKeysFeedback(Boolean showKeysFeedback)
Parameters:
set - if the keys & feedback should be show


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