org.cafesip.gwtcomp.client.common
Class DirectoryElement
java.lang.Object
org.cafesip.gwtcomp.client.common.DirectoryElement
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class DirectoryElement
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.IsSerializable
This class represents a value object that is used to exchange directory and
file information that is used by the
ServerFileBrowser component. This is an
internal class and your application will never need to use this class
directly.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryElement
public DirectoryElement()
- A constructor for this class.
init
public void init(java.lang.String directory,
FileElement[] files,
java.lang.String separator)
getDirectory
public java.lang.String getDirectory()
- Returns:
- Returns the directory.
setDirectory
public void setDirectory(java.lang.String directory)
- Parameters:
directory - The directory to set.
getFiles
public FileElement[] getFiles()
- Returns:
- Returns the files.
setFiles
public void setFiles(FileElement[] files)
- Parameters:
files - The files to set.
getSeparator
public java.lang.String getSeparator()
- Returns:
- Returns the separator.
setSeparator
public void setSeparator(java.lang.String separator)
- Parameters:
separator - The separator to set.
http://www.cafesip.org