|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.businessobjects.jsf.sdk.properties.FileProps
|
+--com.businessobjects.jsf.sdk.properties.FTPProps
Contains properties for specifying FTP destination options in the Destination component.
| 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 |
public FTPProps()
public FTPProps(java.util.Locale locale)
| Method Detail |
public int getDefaultPort()
int that specifies the port number.public void setDefaultPort(int defaultPort)
public java.lang.String getAccountText()
public void setAccountText(java.lang.String accountText)
public java.lang.String getHostText()
public void setHostText(java.lang.String hostText)
public java.lang.String getPortText()
public void setPortText(java.lang.String portText)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||