Java Doc for FileUploadBean.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » tool » assessment » ui » bean » author » 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.author 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sakaiproject.tool.assessment.ui.bean.author.FileUploadBean

FileUploadBean
public class FileUploadBean implements Serializable(Code)

Title: sakaiproject.org

Description: form for uploading media.

Copyright 2003, Trustees of Indiana University, The Regents of the University of Michigan, and Stanford University, all rights reserved. Used to be org.navigoproject.ui.web.form.edit.FileUploadForm.java
author:
   Rachel Gollub
author:
   Qingru Zhang
author:
   Ed Smiley
version:
   1.0



Constructor Summary
public  FileUploadBean()
     Creates a new FileUploadBean object.

Method Summary
public  StringgetAuthor()
    
public  StringgetDescription()
    
public  StringgetFileName()
    
public  StringgetImageAlign()
     If this media item part of an image HTML code the value of ALIGN image attribute.
public  StringgetImageAlt()
     If this media item part of an image HTML code the value is an image attribute.
public  StringgetImageBorder()
     If this media item part of an image HTML code the value of BORDER image attribute.
public  StringgetImageHspace()
     If this media item part of an image HTML code the value of HSPACE image attribute.
public  StringgetImageVspace()
     If this media item part of an image HTML code the value is an image VSPACE attribute.
public  booleangetIsEdit()
    
public  booleangetIsHtmlImage()
     If this media item part of HTML code, is it an image? This property is only relevant if isHtmlInline.
public  booleangetIsHtmlInline()
    
public  StringgetItemIdentRef()
    
public  StringgetLink()
    
public  StringgetMapId()
    
public  CollectiongetMediaTypes()
    
public  StringgetName()
     Media Name.
public  FormFilegetNewfile()
     FormFile is a file upload file.
public  StringgetSource()
    
public  StringgetTitle()
    
public  StringgetType()
    
public  StringgetUserName()
    
public  voidresetFields()
     Sets defaults, used by constructor.
public  voidsetAuthor(String pauthor)
    
public  voidsetDescription(String pdescription)
    
public  voidsetFileName(String pname)
    
public  voidsetImageAlign(String pimageAlign)
     If this media item part of an image HTML code sets the value of ALIGN image attribute.
public  voidsetImageAlt(String pimageAlt)
     If this media item part of an image HTML code the value set is an image ALT attribute.
public  voidsetImageBorder(String pimageBorder)
     If this media item part of an image HTML code sets the value of BORDER image attribute.
public  voidsetImageHspace(String pimageHspace)
     If this media item part of an image HTML code sets the value of HSPACE image attribute.
public  voidsetImageVspace(String pimageVspace)
     If this media item part of an image HTML code the value is an image VSPACE attribute.
public  voidsetIsEdit(boolean pedit)
    
public  voidsetIsHtmlImage(boolean pIsHtmlImage)
     If this media item part of HTML code, is it an image? This property is only relevant if isHtmlInline.
public  voidsetIsHtmlInline(boolean pIsHtmlInline)
    
public  voidsetItemIdentRef(String pitemIdentRef)
    
public  voidsetLink(String plink)
    
public  voidsetMapId(String pmapId)
    
public  voidsetMediaTypes(Collection types)
    
public  voidsetName(String pname)
     Media Name.
public  voidsetNewfile(FormFile pnewfile)
     FormFile is a file upload file.
public  voidsetSource(String psource)
    
public  voidsetTitle(String ptitle)
    
public  voidsetType(String ptype)
    
public  voidsetUserName(String puserName)
    


Constructor Detail
FileUploadBean
public FileUploadBean()(Code)
Creates a new FileUploadBean object.




Method Detail
getAuthor
public String getAuthor()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getDescription
public String getDescription()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getFileName
public String getFileName()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getImageAlign
public String getImageAlign()(Code)
If this media item part of an image HTML code the value of ALIGN image attribute. the value of the ALIGN image attribute



getImageAlt
public String getImageAlt()(Code)
If this media item part of an image HTML code the value is an image attribute. the value of the image attribute



getImageBorder
public String getImageBorder()(Code)
If this media item part of an image HTML code the value of BORDER image attribute. the value of the BORDER image attribute



getImageHspace
public String getImageHspace()(Code)
If this media item part of an image HTML code the value of HSPACE image attribute. the value of the HSPACE image attribute



getImageVspace
public String getImageVspace()(Code)
If this media item part of an image HTML code the value is an image VSPACE attribute. the value of the image VSPACE attribute



getIsEdit
public boolean getIsEdit()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getIsHtmlImage
public boolean getIsHtmlImage()(Code)
If this media item part of HTML code, is it an image? This property is only relevant if isHtmlInline. true if it is, else false.



getIsHtmlInline
public boolean getIsHtmlInline()(Code)
Is this media item part of HTML code? true if it is, else false.



getItemIdentRef
public String getItemIdentRef()(Code)



getLink
public String getLink()(Code)
Link true or false? link true or false?



getMapId
public String getMapId()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getMediaTypes
public Collection getMediaTypes()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getName
public String getName()(Code)
Media Name. name



getNewfile
public FormFile getNewfile()(Code)
FormFile is a file upload file. FormFile file upload file.



getSource
public String getSource()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getTitle
public String getTitle()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getType
public String getType()(Code)
DOCUMENTATION PENDING DOCUMENTATION PENDING



getUserName
public String getUserName()(Code)



resetFields
public void resetFields()(Code)
Sets defaults, used by constructor.



setAuthor
public void setAuthor(String pauthor)(Code)
DOCUMENTATION PENDING
Parameters:
  pauthor - DOCUMENTATION PENDING



setDescription
public void setDescription(String pdescription)(Code)
DOCUMENTATION PENDING
Parameters:
  pdescription - DOCUMENTATION PENDING



setFileName
public void setFileName(String pname)(Code)
DOCUMENTATION PENDING
Parameters:
  pname - DOCUMENTATION PENDING



setImageAlign
public void setImageAlign(String pimageAlign)(Code)
If this media item part of an image HTML code sets the value of ALIGN image attribute.
Parameters:
  pimageHspace - value of ALIGN image attribute.



setImageAlt
public void setImageAlt(String pimageAlt)(Code)
If this media item part of an image HTML code the value set is an image ALT attribute.
Parameters:
  pimageAlt - image ALT attribute.



setImageBorder
public void setImageBorder(String pimageBorder)(Code)
If this media item part of an image HTML code sets the value of BORDER image attribute.
Parameters:
  pimageHspace - value of BORDER image attribute.



setImageHspace
public void setImageHspace(String pimageHspace)(Code)
If this media item part of an image HTML code sets the value of HSPACE image attribute.
Parameters:
  pimageHspace - value of HSPACE image attribute.



setImageVspace
public void setImageVspace(String pimageVspace)(Code)
If this media item part of an image HTML code the value is an image VSPACE attribute.
Parameters:
  pIsHtmlInline - sets image VSPACE attribute.



setIsEdit
public void setIsEdit(boolean pedit)(Code)
DOCUMENTATION PENDING
Parameters:
  pedit - DOCUMENTATION PENDING



setIsHtmlImage
public void setIsHtmlImage(boolean pIsHtmlImage)(Code)
If this media item part of HTML code, is it an image? This property is only relevant if isHtmlInline.
Parameters:
  pIsHtmlImage - sets it true if it is, else false.



setIsHtmlInline
public void setIsHtmlInline(boolean pIsHtmlInline)(Code)
Is this media item part of HTML code?
Parameters:
  pIsHtmlInline - sets it true if it is, else false.



setItemIdentRef
public void setItemIdentRef(String pitemIdentRef)(Code)



setLink
public void setLink(String plink)(Code)
Link true or false?
Parameters:
  plink - link true or false?



setMapId
public void setMapId(String pmapId)(Code)
DOCUMENTATION PENDING
Parameters:
  pmapId - DOCUMENTATION PENDING



setMediaTypes
public void setMediaTypes(Collection types)(Code)
DOCUMENTATION PENDING
Parameters:
  types - DOCUMENTATION PENDING



setName
public void setName(String pname)(Code)
Media Name.
Parameters:
  pname - name.



setNewfile
public void setNewfile(FormFile pnewfile)(Code)
FormFile is a file upload file.
Parameters:
  pnewfile - FormFile file upload file.



setSource
public void setSource(String psource)(Code)
DOCUMENTATION PENDING
Parameters:
  psource - DOCUMENTATION PENDING



setTitle
public void setTitle(String ptitle)(Code)
DOCUMENTATION PENDING
Parameters:
  ptitle - DOCUMENTATION PENDING



setType
public void setType(String ptype)(Code)
DOCUMENTATION PENDING
Parameters:
  ptype - DOCUMENTATION PENDING



setUserName
public void setUserName(String puserName)(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_ww___.j_a___va_2s_.c__o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.