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


java.lang.Object
   org.sakaiproject.tool.assessment.data.dao.shared.TypeD

TypeD
public class TypeD implements TypeIfc(Code)


Field Summary
final public static  LongAUDIO_RECORDING
    
final public static  LongDEFAULT_SECTION
    
final public static  LongESSAY_QUESTION
    
final public static  LongFILE_UPLOAD
    
final public static  LongFILL_IN_BLANK
    
final public static  LongFILL_IN_NUMERIC
    
final public static  LongFINAL
    
final public static  LongHOMEWORK
    
final public static  LongMATCHING
    
final public static  LongMIDTERM
    
final public static  LongMULTIPLE_CHOICE
    
final public static  LongMULTIPLE_CHOICE_SURVEY
    
final public static  LongMULTIPLE_CORRECT
    
final public static  LongQUIZ
    
final public static  LongTEMPLATE_FINAL
    
final public static  LongTEMPLATE_HOMEWORK
    
final public static  LongTEMPLATE_MIDTERM
    
final public static  LongTEMPLATE_QUIZ
    
final public static  LongTEMPLATE_SYSTEM_DEFINED
    
final public static  LongTRUE_FALSE
    

Constructor Summary
public  TypeD()
    
public  TypeD(String authority, String domain, String keyword)
    
public  TypeD(String authority, String domain, String keyword, String description)
    
public  TypeD(String authority, String domain, String keyword, String description, int status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
    

Method Summary
public  StringgetAuthority()
    
public  StringgetCreatedBy()
     Return the createdBy for this ItemType.
public  DategetCreatedDate()
     Return the createdDate for this ItemType.
public  StringgetDescription()
    
public  StringgetDomain()
    
public  StringgetKeyword()
     Return the Name for this ItemType.
public  StringgetLastModifiedBy()
     Return the lastModifiedBy for this ItemType.
public  DategetLastModifiedDate()
     Return the lastModifiedDate for this ItemType.
public  intgetStatus()
     Return the status for this ItemType.
public  LonggetTypeId()
    
public  voidsetAuthority(String authority)
    
public  voidsetCreatedBy(String createdBy)
     Set the createdBy for this ItemType.
public  voidsetCreatedDate(Date createdDate)
     Set the createdDate for this ItemType.
public  voidsetDescription(String description)
    
public  voidsetDomain(String domain)
    
public  voidsetKeyword(String keyword)
     Set the Name for this ItemType.
public  voidsetLastModifiedBy(String lastModifiedBy)
     Set the lastModifiedBy for this ItemType.
public  voidsetLastModifiedDate(Date lastModifiedDate)
     Set the lastModifiedDate for this ItemType.
public  voidsetStatus(int status)
     Set the status for this ItemType.
public  voidsetTypeId(Long typeId)
     Set the itemTypeID for this ItemType.

Field Detail
AUDIO_RECORDING
final public static Long AUDIO_RECORDING(Code)



DEFAULT_SECTION
final public static Long DEFAULT_SECTION(Code)



ESSAY_QUESTION
final public static Long ESSAY_QUESTION(Code)



FILE_UPLOAD
final public static Long FILE_UPLOAD(Code)



FILL_IN_BLANK
final public static Long FILL_IN_BLANK(Code)



FILL_IN_NUMERIC
final public static Long FILL_IN_NUMERIC(Code)



FINAL
final public static Long FINAL(Code)



HOMEWORK
final public static Long HOMEWORK(Code)



MATCHING
final public static Long MATCHING(Code)



MIDTERM
final public static Long MIDTERM(Code)



MULTIPLE_CHOICE
final public static Long MULTIPLE_CHOICE(Code)



MULTIPLE_CHOICE_SURVEY
final public static Long MULTIPLE_CHOICE_SURVEY(Code)



MULTIPLE_CORRECT
final public static Long MULTIPLE_CORRECT(Code)



QUIZ
final public static Long QUIZ(Code)



TEMPLATE_FINAL
final public static Long TEMPLATE_FINAL(Code)



TEMPLATE_HOMEWORK
final public static Long TEMPLATE_HOMEWORK(Code)



TEMPLATE_MIDTERM
final public static Long TEMPLATE_MIDTERM(Code)



TEMPLATE_QUIZ
final public static Long TEMPLATE_QUIZ(Code)



TEMPLATE_SYSTEM_DEFINED
final public static Long TEMPLATE_SYSTEM_DEFINED(Code)



TRUE_FALSE
final public static Long TRUE_FALSE(Code)




Constructor Detail
TypeD
public TypeD()(Code)



TypeD
public TypeD(String authority, String domain, String keyword)(Code)



TypeD
public TypeD(String authority, String domain, String keyword, String description)(Code)



TypeD
public TypeD(String authority, String domain, String keyword, String description, int status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)(Code)




Method Detail
getAuthority
public String getAuthority()(Code)



getCreatedBy
public String getCreatedBy()(Code)
Return the createdBy for this ItemType.



getCreatedDate
public Date getCreatedDate()(Code)
Return the createdDate for this ItemType.



getDescription
public String getDescription()(Code)



getDomain
public String getDomain()(Code)



getKeyword
public String getKeyword()(Code)
Return the Name for this ItemType.



getLastModifiedBy
public String getLastModifiedBy()(Code)
Return the lastModifiedBy for this ItemType.



getLastModifiedDate
public Date getLastModifiedDate()(Code)
Return the lastModifiedDate for this ItemType.



getStatus
public int getStatus()(Code)
Return the status for this ItemType.



getTypeId
public Long getTypeId()(Code)
Return the itemTypeId from ItemType



setAuthority
public void setAuthority(String authority)(Code)



setCreatedBy
public void setCreatedBy(String createdBy)(Code)
Set the createdBy for this ItemType.



setCreatedDate
public void setCreatedDate(Date createdDate)(Code)
Set the createdDate for this ItemType.



setDescription
public void setDescription(String description)(Code)



setDomain
public void setDomain(String domain)(Code)



setKeyword
public void setKeyword(String keyword)(Code)
Set the Name for this ItemType.



setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)(Code)
Set the lastModifiedBy for this ItemType.



setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)(Code)
Set the lastModifiedDate for this ItemType.



setStatus
public void setStatus(int status)(Code)
Set the status for this ItemType.



setTypeId
public void setTypeId(Long typeId)(Code)
Set the itemTypeID for this ItemType.



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