Java Doc for QuestionPoolData.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » tool » assessment » data » dao » questionpool » 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.data.dao.questionpool 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sakaiproject.tool.assessment.data.dao.questionpool.QuestionPoolData

QuestionPoolData
public class QuestionPoolData implements Serializable,QuestionPoolDataIfc,Cloneable(Code)
DOCUMENTATION PENDING
author:
   $author$
version:
   $Id: QuestionPoolData.java 13062 2006-07-28 21:46:55Z lydial@stanford.edu $


Field Summary
final public static  LongACCESS_DENIED
    
final public static  LongADMIN
    
final public static  LongDEFAULT_INTELLECTUAL_PROPERTYID
    
final public static  LongDEFAULT_TYPEID
    
final public static  LongREAD_COPY
    
final public static  LongREAD_ONLY
    
final public static  LongREAD_WRITE
    
final public static  LongROOT_POOL
    

Constructor Summary
public  QuestionPoolData()
    
public  QuestionPoolData(Long poolId, String title)
     This is a cheap object created for holding just the Id & title.
public  QuestionPoolData(Long poolId, String title, Long parentPoolId)
    

Method Summary
public  voidaddQuestionPoolItem(QuestionPoolItemIfc questionPoolItem)
    
public  Objectclone()
    
public  TypeIfcgetAccessType()
    
public  LonggetAccessTypeId()
    
public  DategetDateCreated()
    
public  StringgetDescription()
    
public  LonggetIntellectualPropertyId()
    
public  StringgetKeywords()
    
public  DategetLastModified()
    
public  AgentDataIfcgetLastModifiedBy()
    
public  StringgetLastModifiedById()
    
public  StringgetObjectives()
    
public  StringgetOrganizationName()
    
public  AgentDataIfcgetOwner()
    
public  StringgetOwnerId()
    
public  LonggetParentPoolId()
    
public  LonggetQuestionPoolId()
    
public  SetgetQuestionPoolItems()
    
public  IntegergetQuestionSize()
    
public  CollectiongetQuestions()
    
public  StringgetRubric()
    
public  IntegergetSubPoolSize()
    
public  StringgetTitle()
    
public  TypeIfcgetType()
    
public  LonggetTypeId()
    
public  voidsetAccessType(TypeIfc accessType)
    
public  voidsetAccessTypeId(Long accessTypeId)
    
public  voidsetDateCreated(Date dateCreated)
    
public  voidsetDescription(String description)
    
public  voidsetIntellectualProperty(String intellectualProperty)
    
public  voidsetIntellectualPropertyId(Long intellectualPropertyId)
    
public  voidsetKeywords(String keywords)
    
public  voidsetLastModified(Date lastModified)
    
public  voidsetLastModifiedBy(AgentDataIfc lastModifiedBy)
    
public  voidsetLastModifiedById(String lastModifiedById)
    
public  voidsetObjectives(String objectives)
    
public  voidsetOrganizationName(String organizationName)
    
public  voidsetOwner(AgentDataIfc owner)
    
public  voidsetOwnerId(String ownerId)
    
public  voidsetParentPoolId(Long parentPoolId)
    
public  voidsetQuestionPoolId(Long questionPoolId)
    
public  voidsetQuestionPoolItems(Set questionPoolItems)
    
public  voidsetQuestions(Collection items)
    
public  voidsetRubric(String rubric)
    
public  voidsetSubPoolSize(Integer subPoolSize)
    
public  voidsetTitle(String title)
    
public  voidsetType(TypeIfc type)
    
public  voidsetTypeId(Long typeId)
    

Field Detail
ACCESS_DENIED
final public static Long ACCESS_DENIED(Code)



ADMIN
final public static Long ADMIN(Code)



DEFAULT_INTELLECTUAL_PROPERTYID
final public static Long DEFAULT_INTELLECTUAL_PROPERTYID(Code)



DEFAULT_TYPEID
final public static Long DEFAULT_TYPEID(Code)



READ_COPY
final public static Long READ_COPY(Code)



READ_ONLY
final public static Long READ_ONLY(Code)



READ_WRITE
final public static Long READ_WRITE(Code)



ROOT_POOL
final public static Long ROOT_POOL(Code)




Constructor Detail
QuestionPoolData
public QuestionPoolData()(Code)



QuestionPoolData
public QuestionPoolData(Long poolId, String title)(Code)
This is a cheap object created for holding just the Id & title. This is used by the pulldown list in authoring when we only need the Id & title and nothing else. This object is not used for persistence.
Parameters:
  poolId -
Parameters:
  title -



QuestionPoolData
public QuestionPoolData(Long poolId, String title, Long parentPoolId)(Code)




Method Detail
addQuestionPoolItem
public void addQuestionPoolItem(QuestionPoolItemIfc questionPoolItem)(Code)



clone
public Object clone()(Code)



getAccessType
public TypeIfc getAccessType()(Code)



getAccessTypeId
public Long getAccessTypeId()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getDateCreated
public Date getDateCreated()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getDescription
public String getDescription()(Code)



getIntellectualPropertyId
public Long getIntellectualPropertyId()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getKeywords
public String getKeywords()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getLastModified
public Date getLastModified()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getLastModifiedBy
public AgentDataIfc getLastModifiedBy()(Code)



getLastModifiedById
public String getLastModifiedById()(Code)



getObjectives
public String getObjectives()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getOrganizationName
public String getOrganizationName()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getOwner
public AgentDataIfc getOwner()(Code)



getOwnerId
public String getOwnerId()(Code)



getParentPoolId
public Long getParentPoolId()(Code)



getQuestionPoolId
public Long getQuestionPoolId()(Code)



getQuestionPoolItems
public Set getQuestionPoolItems()(Code)



getQuestionSize
public Integer getQuestionSize()(Code)



getQuestions
public Collection getQuestions()(Code)
DOCUMENTATION PENDING an ArrayList of org.sakaiproject.tool.assessment.data.dao.ItemData



getRubric
public String getRubric()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getSubPoolSize
public Integer getSubPoolSize()(Code)



getTitle
public String getTitle()(Code)



getType
public TypeIfc getType()(Code)



getTypeId
public Long getTypeId()(Code)



setAccessType
public void setAccessType(TypeIfc accessType)(Code)



setAccessTypeId
public void setAccessTypeId(Long accessTypeId)(Code)



setDateCreated
public void setDateCreated(Date dateCreated)(Code)
DOCUMENTATION PENDING
Parameters:
  dateCreated - DOCUMENTATION PENDING



setDescription
public void setDescription(String description)(Code)



setIntellectualProperty
public void setIntellectualProperty(String intellectualProperty)(Code)



setIntellectualPropertyId
public void setIntellectualPropertyId(Long intellectualPropertyId)(Code)
DOCUMENTATION PENDING
Parameters:
  intellectualProperty - DOCUMENTATION PENDING



setKeywords
public void setKeywords(String keywords)(Code)
DOCUMENTATION PENDING
Parameters:
  newKeywords - DOCUMENTATION PENDING



setLastModified
public void setLastModified(Date lastModified)(Code)
DOCUMENTATION PENDING
Parameters:
  lastModified - DOCUMENTATION PENDING



setLastModifiedBy
public void setLastModifiedBy(AgentDataIfc lastModifiedBy)(Code)



setLastModifiedById
public void setLastModifiedById(String lastModifiedById)(Code)



setObjectives
public void setObjectives(String objectives)(Code)
DOCUMENTATION PENDING
Parameters:
  objectives - DOCUMENTATION PENDING



setOrganizationName
public void setOrganizationName(String organizationName)(Code)
DOCUMENTATION PENDING
Parameters:
  organizationName - DOCUMENTATION PENDING



setOwner
public void setOwner(AgentDataIfc owner)(Code)



setOwnerId
public void setOwnerId(String ownerId)(Code)



setParentPoolId
public void setParentPoolId(Long parentPoolId)(Code)



setQuestionPoolId
public void setQuestionPoolId(Long questionPoolId)(Code)



setQuestionPoolItems
public void setQuestionPoolItems(Set questionPoolItems)(Code)



setQuestions
public void setQuestions(Collection items)(Code)
DOCUMENTATION PENDING
Parameters:
  newItems - DOCUMENTATION PENDING



setRubric
public void setRubric(String rubric)(Code)
DOCUMENTATION PENDING
Parameters:
  rubric - DOCUMENTATION PENDING



setSubPoolSize
public void setSubPoolSize(Integer subPoolSize)(Code)



setTitle
public void setTitle(String title)(Code)



setType
public void setType(TypeIfc type)(Code)



setTypeId
public void setTypeId(Long typeId)(Code)



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__ava___2_s.___c__o___m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.