com.businessobjects.jsf.sdk.properties
Class FTPProps

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.FileProps
        |
        +--com.businessobjects.jsf.sdk.properties.FTPProps
All Implemented Interfaces:
java.io.Serializable

public class FTPProps
extends FileProps
implements java.io.Serializable

Contains properties for specifying FTP destination options in the Destination component.

See Also:
Serialized Form

Constructor Summary
FTPProps()
           
FTPProps(java.util.Locale locale)
           
 
Method Summary
 java.lang.String getAccountText()
          Gets the text to display for the ftp account label.
 int getDefaultPort()
          Gets the default port number.
 java.lang.String getHostText()
          Gets the text to display for the ftp host label.
 java.lang.String getPortText()
          Gets the text to display for the ftp port label.
 void setAccountText(java.lang.String accountText)
          Sets the text to display for the ftp account label.
 void setDefaultPort(int defaultPort)
          Sets the default port number.
 void setHostText(java.lang.String hostText)
          Sets the text to display for the ftp host label.
 void setPortText(java.lang.String portText)
          Sets the text to display for the ftp port label.
 
Methods inherited from class com.businessobjects.jsf.sdk.properties.FileProps
getDefaultDirectory, getDirectoryText, getFileName, getPassword, getUserName, setDefaultDirectory, setDirectoryText, setFileName, setPassword, setUserName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPProps

public FTPProps()

FTPProps

public FTPProps(java.util.Locale locale)
Method Detail

getDefaultPort

public int getDefaultPort()
Gets the default port number.

Returns:
An int that specifies the port number.

setDefaultPort

public void setDefaultPort(int defaultPort)
Sets the default port number.


getAccountText

public java.lang.String getAccountText()
Gets the text to display for the ftp account label.


setAccountText

public void setAccountText(java.lang.String accountText)
Sets the text to display for the ftp account label.


getHostText

public java.lang.String getHostText()
Gets the text to display for the ftp host label.


setHostText

public void setHostText(java.lang.String hostText)
Sets the text to display for the ftp host label.


getPortText

public java.lang.String getPortText()
Gets the text to display for the ftp port label.


setPortText

public void setPortText(java.lang.String portText)
Sets the text to display for the ftp port label.