com.ibm.ccd.ui.portlets.fileupload
Class FileUploadBean

java.lang.Object
  extended by com.ibm.ccd.ui.portlets.fileupload.FileUploadBean
All Implemented Interfaces:
java.io.Serializable

public class FileUploadBean
extends java.lang.Object
implements java.io.Serializable

This class is a data transfer object. Used for confg passing data to FileUploadUtil

See Also:
Serialized Form

Constructor Summary
FileUploadBean()
           
 
Method Summary
 java.lang.String getCollabName()
           
 java.lang.String getContentType()
          returns the content type of file
 WPSContext getContext()
           
 java.lang.String getDocumentPath()
          returns the file path in WPC docstore
 java.lang.String getFileName()
          returns the file name
 java.lang.String getFormActionURI()
          returns the form action URI
 java.lang.String getFtpFolder()
          returns FTp folder anme
 java.lang.String getFtpHost()
          returns FTP host name
 java.lang.String getFtpPassword()
          returns FTp user password
 java.lang.String getFtpPort()
          returns FTP port
 java.lang.String getFtpUser()
          returns FTP user
 java.lang.String getProtocol()
          returns file transfer protocol
 java.util.HashMap getProtocolMap()
          returns HashMap with key/ value pair of supported protocols for file transfer.
 java.lang.String getProxyPassword()
          returns proxy server password
 java.lang.String getProxyPort()
          returns proxy server port
 java.lang.String getProxyURL()
          returns proxy server URL
 java.lang.String getProxyUser()
          returns proxy server user name
 void setCollabName(java.lang.String string)
           
 void setContentType(java.lang.String string)
          sets the content tye of file.
 void setContext(WPSContext context)
           
 void setDocumentPath(java.lang.String string)
          sets the WPC docstore file path
 void setFileName(java.lang.String string)
          sets the file name
 void setFormActionURI(java.lang.String string)
          sets the form action URI
 void setFtpFolder(java.lang.String string)
          sets the FTp folder name
 void setFtpHost(java.lang.String string)
          Sets the FTp host name
 void setFtpPassword(java.lang.String string)
          Sets the FTp password
 void setFtpPort(java.lang.String string)
          Sets the FTP port
 void setFtpUser(java.lang.String string)
          Sets the FTP user name
 void setProtocol(java.lang.String string)
          Sets the file transfer protocol
 void setProxyPassword(java.lang.String string)
          sets the proxy server password
 void setProxyPort(java.lang.String string)
          sets the proxy server port
 void setProxyURL(java.lang.String string)
          sets the proxy server URL
 void setProxyUser(java.lang.String string)
          sets the proxy server user name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadBean

public FileUploadBean()
Method Detail

getFtpFolder

public java.lang.String getFtpFolder()
returns FTp folder anme

Returns:
String

getFtpHost

public java.lang.String getFtpHost()
returns FTP host name

Returns:
String

getFtpPassword

public java.lang.String getFtpPassword()
returns FTp user password

Returns:
String

getFtpPort

public java.lang.String getFtpPort()
returns FTP port

Returns:
String

getFtpUser

public java.lang.String getFtpUser()
returns FTP user

Returns:
String

getProtocol

public java.lang.String getProtocol()
returns file transfer protocol

Returns:
String

setFtpFolder

public void setFtpFolder(java.lang.String string)
sets the FTp folder name

Parameters:
string -

setFtpHost

public void setFtpHost(java.lang.String string)
Sets the FTp host name

Parameters:
string -

setFtpPassword

public void setFtpPassword(java.lang.String string)
Sets the FTp password

Parameters:
string -

setFtpPort

public void setFtpPort(java.lang.String string)
Sets the FTP port

Parameters:
string -

setFtpUser

public void setFtpUser(java.lang.String string)
Sets the FTP user name

Parameters:
string -

setProtocol

public void setProtocol(java.lang.String string)
Sets the file transfer protocol

Parameters:
string -

getProxyPassword

public java.lang.String getProxyPassword()
returns proxy server password

Returns:
String

getProxyPort

public java.lang.String getProxyPort()
returns proxy server port

Returns:
String

getProxyURL

public java.lang.String getProxyURL()
returns proxy server URL

Returns:
String

getProxyUser

public java.lang.String getProxyUser()
returns proxy server user name

Returns:
String

setProxyPassword

public void setProxyPassword(java.lang.String string)
sets the proxy server password

Parameters:
string -

setProxyPort

public void setProxyPort(java.lang.String string)
sets the proxy server port

Parameters:
string -

setProxyURL

public void setProxyURL(java.lang.String string)
sets the proxy server URL

Parameters:
string -

setProxyUser

public void setProxyUser(java.lang.String string)
sets the proxy server user name

Parameters:
string -

getFormActionURI

public java.lang.String getFormActionURI()
returns the form action URI

Returns:
String

setFormActionURI

public void setFormActionURI(java.lang.String string)
sets the form action URI

Parameters:
string -

getFileName

public java.lang.String getFileName()
returns the file name

Returns:
String

setFileName

public void setFileName(java.lang.String string)
sets the file name

Parameters:
string -

getProtocolMap

public java.util.HashMap getProtocolMap()
returns HashMap with key/ value pair of supported protocols for file transfer.

Returns:
HashMap

getContentType

public java.lang.String getContentType()
returns the content type of file

Returns:
string

setContentType

public void setContentType(java.lang.String string)
sets the content tye of file.

Parameters:
string -

getDocumentPath

public java.lang.String getDocumentPath()
returns the file path in WPC docstore

Returns:
String

setDocumentPath

public void setDocumentPath(java.lang.String string)
sets the WPC docstore file path

Parameters:
string -

getContext

public WPSContext getContext()
Returns:
context

setContext

public void setContext(WPSContext context)
Parameters:
context -

getCollabName

public java.lang.String getCollabName()
Returns:
string

setCollabName

public void setCollabName(java.lang.String string)
Parameters:
string -