org.cafesip.gwtcomp.client.common
Class DirectoryElement
java.lang.Object
org.cafesip.gwtcomp.client.common.DirectoryElement
- All Implemented Interfaces:
- IsSerializable
public class DirectoryElement
- extends Object
- implements 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.
- Author:
- Amit Chatterjee
| 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(String directory,
FileElement[] files,
String separator)
getDirectory
public String getDirectory()
- Returns:
- Returns the directory.
setDirectory
public void setDirectory(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 String getSeparator()
- Returns:
- Returns the separator.
setSeparator
public void setSeparator(String separator)
- Parameters:
separator - The separator to set.
Copyright © 2010 Cafesip.org. All Rights Reserved.