Java Doc for SectionContentsBean.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » tool » assessment » ui » bean » delivery » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.tool.assessment.ui.bean.delivery 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sakaiproject.tool.assessment.ui.bean.delivery.SectionContentsBean

SectionContentsBean
public class SectionContentsBean implements Serializable(Code)

This bean represents a Part in an assessment




Constructor Summary
public  SectionContentsBean()
    
public  SectionContentsBean(SectionDataIfc section)
    

Method Summary
public  ListgetAttachmentList()
    
public  StringgetDescription()
    
public  booleangetHasAttachment()
    
public  java.util.ArrayListgetItemContents()
     Contents of part.
public  java.util.ArrayListgetItemContentsForRandomDraw()
    
public  java.util.ArrayListgetItemContentsForRandomQuestionOrdering()
    
public  StringgetItemContentsSize()
    
public  floatgetMaxPoints()
     Total points the part is worth.
public  booleangetNoQuestions()
    
public  StringgetNonDefaultText()
    
public  StringgetNumParts()
    
public  StringgetNumber()
     Display part number.
public  IntegergetNumberToBeDrawn()
    
public  StringgetNumberToBeDrawnString()
    
public  intgetNumbering()
    
public  floatgetPoints()
     Points earned thus far for part.
public  StringgetPointsDisplayString()
     If we display the score, return it, followed by a slash.
public  LonggetPoolIdToBeDrawn()
    
public  StringgetPoolIdToBeDrawnString()
    
public  StringgetPoolNameToBeDrawn()
    
public  ArrayListgetQuestionNumbers()
    
public  IntegergetQuestionOrdering()
    
public  StringgetQuestionOrderingString()
    
public  intgetQuestions()
     Total number of questions.
public  floatgetRoundedMaxPoints()
    
public  IntegergetSectionAuthorType()
    
public  StringgetSectionAuthorTypeString()
    
public  StringgetSectionId()
    
public  StringgetText()
     Part description.
public  StringgetTitle()
    
public  intgetUnansweredQuestions()
     Number unanswered.
public  booleanisShowStudentQuestionScore()
    
public static  floatroundTo2Decimals(float points)
    
public  voidsetAttachmentList(List attachmentList)
    
public  voidsetDescription(String newDesc)
    
public  voidsetItemContents(java.util.ArrayList itemContents)
     Contents of part.
public  voidsetItemContentsSize(String dummy)
    
public  voidsetMaxPoints(float maxPoints)
     Total points the part is worth.
public  voidsetMetaData(SectionDataIfc section)
    
public  voidsetNoQuestions(boolean noQuestions)
    
public  voidsetNumParts(String newNum)
    
public  voidsetNumber(String number)
     Display part number.
public  voidsetNumberToBeDrawn(Integer param)
    
public  voidsetNumbering(int newNumbering)
    
public  voidsetPoints(float points)
     Points earned thus far for part.
public  voidsetPoolIdToBeDrawn(Long param)
    
public  voidsetPoolNameToBeDrawn(String param)
    
public  voidsetQuestionNumbers()
    
public  voidsetQuestionOrdering(Integer param)
    
public  voidsetQuestions(int questions)
     Total number of questions.
public  voidsetSectionAuthorType(Integer param)
    
public  voidsetSectionId(String sectionId)
     Part description.
public  voidsetShowStudentQuestionScore(boolean showStudentQuestionScore)
     Set the student score currently earned.
public  voidsetText(String text)
     Part description.
public  voidsetTitle(String title)
    
public  voidsetUnansweredQuestions(int unansweredQuestions)
     Number unanswered.


Constructor Detail
SectionContentsBean
public SectionContentsBean()(Code)



SectionContentsBean
public SectionContentsBean(SectionDataIfc section)(Code)




Method Detail
getAttachmentList
public List getAttachmentList()(Code)



getDescription
public String getDescription()(Code)



getHasAttachment
public boolean getHasAttachment()(Code)



getItemContents
public java.util.ArrayList getItemContents()(Code)
Contents of part. item contents of part.



getItemContentsForRandomDraw
public java.util.ArrayList getItemContentsForRandomDraw()(Code)



getItemContentsForRandomQuestionOrdering
public java.util.ArrayList getItemContentsForRandomQuestionOrdering()(Code)



getItemContentsSize
public String getItemContentsSize()(Code)
Get the size of the contents



getMaxPoints
public float getMaxPoints()(Code)
Total points the part is worth. max total points for part



getNoQuestions
public boolean getNoQuestions()(Code)



getNonDefaultText
public String getNonDefaultText()(Code)



getNumParts
public String getNumParts()(Code)



getNumber
public String getNumber()(Code)
Display part number. display numbering



getNumberToBeDrawn
public Integer getNumberToBeDrawn()(Code)



getNumberToBeDrawnString
public String getNumberToBeDrawnString()(Code)



getNumbering
public int getNumbering()(Code)
Total number of questions to list, based on numbering scheme total number of questions



getPoints
public float getPoints()(Code)
Points earned thus far for part. the points



getPointsDisplayString
public String getPointsDisplayString()(Code)
If we display the score, return it, followed by a slash. either, a) the score followed by a slash, or, b) "" (empty string)



getPoolIdToBeDrawn
public Long getPoolIdToBeDrawn()(Code)



getPoolIdToBeDrawnString
public String getPoolIdToBeDrawnString()(Code)



getPoolNameToBeDrawn
public String getPoolNameToBeDrawn()(Code)



getQuestionNumbers
public ArrayList getQuestionNumbers()(Code)



getQuestionOrdering
public Integer getQuestionOrdering()(Code)



getQuestionOrderingString
public String getQuestionOrderingString()(Code)



getQuestions
public int getQuestions()(Code)
Total number of questions. total number of questions



getRoundedMaxPoints
public float getRoundedMaxPoints()(Code)



getSectionAuthorType
public Integer getSectionAuthorType()(Code)



getSectionAuthorTypeString
public String getSectionAuthorTypeString()(Code)



getSectionId
public String getSectionId()(Code)



getText
public String getText()(Code)
Part description. Part description.



getTitle
public String getTitle()(Code)



getUnansweredQuestions
public int getUnansweredQuestions()(Code)
Number unanswered. total unanswered.



isShowStudentQuestionScore
public boolean isShowStudentQuestionScore()(Code)
Show the student score currently earned? the score



roundTo2Decimals
public static float roundTo2Decimals(float points)(Code)



setAttachmentList
public void setAttachmentList(List attachmentList)(Code)



setDescription
public void setDescription(String newDesc)(Code)



setItemContents
public void setItemContents(java.util.ArrayList itemContents)(Code)
Contents of part.
Parameters:
  itemContents - item contents of part.



setItemContentsSize
public void setItemContentsSize(String dummy)(Code)
Set the size of the contents



setMaxPoints
public void setMaxPoints(float maxPoints)(Code)
Total points the part is worth.
Parameters:
  maxPoints - points the part is worth.



setMetaData
public void setMetaData(SectionDataIfc section)(Code)



setNoQuestions
public void setNoQuestions(boolean noQuestions)(Code)



setNumParts
public void setNumParts(String newNum)(Code)



setNumber
public void setNumber(String number)(Code)
Display part number.
Parameters:
  number - display numbering



setNumberToBeDrawn
public void setNumberToBeDrawn(Integer param)(Code)



setNumbering
public void setNumbering(int newNumbering)(Code)
Total number of questions to list, based on numbering scheme
Parameters:
  questions - number of questions



setPoints
public void setPoints(float points)(Code)
Points earned thus far for part.
Parameters:
  points -



setPoolIdToBeDrawn
public void setPoolIdToBeDrawn(Long param)(Code)



setPoolNameToBeDrawn
public void setPoolNameToBeDrawn(String param)(Code)



setQuestionNumbers
public void setQuestionNumbers()(Code)



setQuestionOrdering
public void setQuestionOrdering(Integer param)(Code)



setQuestions
public void setQuestions(int questions)(Code)
Total number of questions.
Parameters:
  questions - number of questions



setSectionAuthorType
public void setSectionAuthorType(Integer param)(Code)



setSectionId
public void setSectionId(String sectionId)(Code)
Part description.
Parameters:
  text - Part description.



setShowStudentQuestionScore
public void setShowStudentQuestionScore(boolean showStudentQuestionScore)(Code)
Set the student score currently earned.
Parameters:
  setShowStudentQuestionScore - true/false Show the student score currently earned?



setText
public void setText(String text)(Code)
Part description.
Parameters:
  text - Part description.



setTitle
public void setTitle(String title)(Code)



setUnansweredQuestions
public void setUnansweredQuestions(int unansweredQuestions)(Code)
Number unanswered.
Parameters:
  unansweredQuestions -



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w_w__w___.___j_a___va__2s___.__co__m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.