org.cafesip.gwtcomp.client.common
Class FileElement
java.lang.Object
org.cafesip.gwtcomp.client.common.FileElement
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class FileElement
- 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.
|
Field Summary |
static java.lang.String |
DIR
|
static java.lang.String |
FILE
|
|
Constructor Summary |
FileElement()
A constructor for this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIR
public static final java.lang.String DIR
- See Also:
- Constant Field Values
FILE
public static final java.lang.String FILE
- See Also:
- Constant Field Values
FileElement
public FileElement()
- A constructor for this class.
init
public void init(java.lang.String name,
java.lang.String type,
java.lang.String lastModified,
java.lang.String permissions)
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name - The name to set.
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type - The type to set.
getLastModified
public java.lang.String getLastModified()
- Returns:
- Returns the lastModified.
setLastModified
public void setLastModified(java.lang.String lastModified)
- Parameters:
lastModified - The lastModified to set.
getPermissions
public java.lang.String getPermissions()
- Returns:
- Returns the permissions.
setPermissions
public void setPermissions(java.lang.String permissions)
- Parameters:
permissions - The permissions to set.
http://www.cafesip.org