|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.jsf.sdk.properties.FileProps
public class FileProps
Contains properties for specifying file destination options in the Destination component.
| 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 |
|---|
public FileProps()
public FileProps(java.util.Locale locale)
| Method Detail |
|---|
public java.lang.String getDefaultDirectory()
public void setDefaultDirectory(java.lang.String defaultDirectory)
public java.lang.String getDirectoryText()
public void setDirectoryText(java.lang.String directoryText)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||