com.businessobjects.jsf.sdk.properties
Class FileProps

java.lang.Object
  extended by com.businessobjects.jsf.sdk.properties.FileProps
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FTPProps

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

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

See Also:
Serialized Form

Constructor Summary
FileProps()
           
FileProps(java.util.Locale locale)
           
 
Method Summary
 java.lang.String getDefaultDirectory()
          Gets the default directory location of the file destination.
 java.lang.String getDirectoryText()
          Gets the text to display for the Directory label.
 java.lang.String getFileName()
          Gets the text to display for the file name label.
 java.lang.String getPassword()
          Gets the text to display for the password label.
 java.lang.String getUserName()
          Gets the text to display for the user name label.
 void setDefaultDirectory(java.lang.String defaultDirectory)
          Sets the default directory location of the file destination.
 void setDirectoryText(java.lang.String directoryText)
          Sets the text to display for the Directory label.
 void setFileName(java.lang.String fileName)
          Sets the text to display for the file name label.
 void setPassword(java.lang.String password)
          Sets the text to display for the password label.
 void setUserName(java.lang.String userName)
          Sets the text to display for the user name label.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileProps

public FileProps()

FileProps

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

getDefaultDirectory

public java.lang.String getDefaultDirectory()
Gets the default directory location of the file destination.


setDefaultDirectory

public void setDefaultDirectory(java.lang.String defaultDirectory)
Sets the default directory location of the file destination.


getDirectoryText

public java.lang.String getDirectoryText()
Gets the text to display for the Directory label.


setDirectoryText

public void setDirectoryText(java.lang.String directoryText)
Sets the text to display for the Directory label.


getFileName

public java.lang.String getFileName()
Gets the text to display for the file name label.


setFileName

public void setFileName(java.lang.String fileName)
Sets the text to display for the file name label.


getPassword

public java.lang.String getPassword()
Gets the text to display for the password label.


setPassword

public void setPassword(java.lang.String password)
Sets the text to display for the password label.


getUserName

public java.lang.String getUserName()
Gets the text to display for the user name label.


setUserName

public void setUserName(java.lang.String userName)
Sets the text to display for the user name label.